Page 1 of 1

run.sh

PostPosted:Thu Jun 26, 2014 12:31 pm
by icek
Hi,

I have installed OpenKM 6.3 on a Centos 6.1 in order to avoid the Taxonomy freeze at startup.
This error was existing from Centos 6.2 to 6.5 in my case. There is another topic in this forum for that.
Now OpenKM works fine localy on my server with localhost:8080/OpenKM

However, it's not possible to access to OpenKM from a PC within our lan.

There is no Jboss bundled with the OpenKM 6.3.
There is no run.sh within the Open KM 6.3 install directory.
There is no OPT/Jboss directory created by the install wizard.

How in that case it's not possible to run OpenKM with the options -b 0.0.0.0.

How to make Open KM available for everyone?
Server.xml and OpenKM.cfg have been checked according the install guide.

Thanks.

Re: run.sh

PostPosted:Sat Jun 28, 2014 4:31 pm
by jllort
The most correct way should be openkm binding tomcat only in localhost and apache reverse proxy for the entire network : http://wiki.openkm.com/index.php/Apache
Also you can change server.xml
Code: Select all
<Connector address="0.0.0.0" connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443"/>