Hi,
The application.url=
http://the-name-of-your-host/OpenKM/index.jsp was always set in the OpenKM.cfg
So I tried replace all instances of localhost in server.xml with IP-address of server.
I try service jboss restart but end up rebooting the server
http://forum.openkm.com/viewtopic.php?f ... 673#p10003
I try to bring up OpenKM and this time all I get is a blank page. No login, no nothing. Blank.
So I go back to OpenKM.cfg and
Set application.url=http://the-name-of-your-host
:8080/OpenKM/index.jsp
I reboot server.
Try access the web and still get blank. Now I hard refresh browser to see if it is a cache problem, I am no not using proxy so it cannot be proxy. Hmmm.
I go back to server/default/deploy/jboss-web.deployer/server.xml
and change ip-address back to localhost
I reboot server
Open URL and walla it is back. So it means that it does not matter whether
application.url=
http://the-name-of-your-host/OpenKM/index.jsp
or
application.url=http://the-name-of-your-host
:8080/OpenKM/index.jsp
But I still have logout to localhost.
Version is 5.0.3
Hope this helps.