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:
Then I executed ./bin/startup.sh
I haven't found errors reading logs from the logs folder,
Thank you again.
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
because port 8080 is already used.application.url=http://localhost:7070/OpenKM/index.jsp
Then I executed ./bin/startup.sh
I haven't found errors reading logs from the logs folder,
Code: Select all
but still I can't connect to the home page$ tail -f logs/catalina.log
.
.
.... org.apache.catalina.startup.Catalina - Server startup in 8811 ms
.... com.openkm.core.UpdateInfo - *** UpdateInfo activated ***
Code: Select all
Probably I missed some obvious step, can someone help me?$ wget http://localhost:7070/OpenKM/index.jsp
... Connection refused.
$
Thank you again.