Page 1 of 1

Can't access OpenKM on a fresh installation

PostPosted:Tue Oct 23, 2012 9:59 am
by ciropom
Hi to all,
and thank you in advance for your replies.

I downloaded OpenKM community edition from http://sourceforge.net/projects/openkm/ ... p/download
then I extracted the zip file, and added to the OpenKM.cfg the line:
Code: Select all
application.url=http://localhost:7070/OpenKM/index.jsp
because port 8080 is already used.

Then I executed ./bin/startup.sh

I haven't found errors reading logs from the logs folder,
Code: Select all
$ tail -f logs/catalina.log
.
.
.... org.apache.catalina.startup.Catalina - Server startup in 8811 ms
.... com.openkm.core.UpdateInfo - *** UpdateInfo activated ***
but still I can't connect to the home page
Code: Select all
$ wget http://localhost:7070/OpenKM/index.jsp
... Connection refused.
$
Probably I missed some obvious step, can someone help me?

Thank you again.

Re: Can't access OpenKM on a fresh installation

PostPosted:Tue Oct 23, 2012 10:40 am
by okmuser
In server.xml change the port as follows:
Code: Select all
<Connector port="7070" address="127.0.0.1" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443"/>
You can't change settings in OpenKM.cfg anymore.

cheers,

Re: Can't access OpenKM on a fresh installation

PostPosted:Tue Oct 23, 2012 12:00 pm
by ciropom
Thank you very much it worked!
But at this point I have a couple of questions..
1. the documentation found here http://wiki.openkm.com/index.php/Quick_ ... :_OpenKM_6 is out of date? there is an up-to-date documentation site?
2. why that old documentation is still here?

Thank you again.

Re: Can't access OpenKM on a fresh installation

PostPosted:Tue Oct 23, 2012 1:06 pm
by okmuser
The wiki specifically says that the configurations are edited in Admin panel from version 5.1

The URL link location you changed is in Admin configuration panel now and used to point to the document link when you send the document link through email or similar to someone.

Re: Can't access OpenKM on a fresh installation

PostPosted:Tue Oct 23, 2012 8:29 pm
by jllort
We still have not yet time to update all documentation documentation. During the next two weeks will be done a general revision so be patient with us. We're not only involved with documentation althought we schedule time for doing it, is not so fast as I would like.