Page 1 of 1

can't access OpenKM 6.2 from remote machine

PostPosted:Tue Oct 16, 2012 1:11 pm
by sidtupper
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.

Re: can't access OpenKM 6.2 from remote machine

PostPosted:Tue Oct 16, 2012 2:34 pm
by macjaeger
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).

Re: can't access OpenKM 6.2 from remote machine

PostPosted:Tue Oct 16, 2012 4:21 pm
by sidtupper
Thank you, macjaeger. Your memory is right on.