I installed the OpenKM 6.2.0 Community release on a Pentium 4 with Ubuntu 12.04.1. It works fine with the localhost connection but I can't access it on a LAN, using IE8 and Firefox 22.0. startup.sh seems to ignore arguements so appending -b 0.0.0.0 doesn't make any difference. Is there some tomcat configuration I need to do to make it work? Mil gracias for help with this.
That's right, "-b 0.0.0.0" doesn't work anymore as it did in 5.x .
You have to open tomcat/conf/server.xml and change the network to connect to manually from 127.0.0.1 to 0.0.0.0 (i'm writing this from memory).