Page 1 of 1

Problems with installation

PostPosted:Mon Jan 28, 2013 7:50 pm
by szipolyozo
Hi, I cannot find the file that I am supposed to execute after unzipping the Tomcat folder (/Library/tomcat-7.0.27/bin/catalina.sh). I am using a Macbook Air. Also, when I direct my safari to the local host 8080 page it tells me that safari cannot connect to the server "local host". Please advise. Thanks.

Re: Problems with installation

PostPosted:Tue Jan 29, 2013 6:03 pm
by Snowflakes
do you have the startup.sh and shutdown.sh files?
I've found it easier to just execute tomcat-7.0.27/bin/startup.sh, but if you want to use the catalina script, try
Code: Select all
tomcat-7.0.27/bin/catalina.sh start
Once it starts, you should be able to direct your browser to localhost:8080/OpenKM

Re: Problems with installation

PostPosted:Wed Jan 30, 2013 11:03 pm
by jllort
If you have seen our wiki "quick install guide" section http://wiki.openkm.com/index.php/Quick_ ... OpenKM_6.2 you should get java support installed. I think it could be part of the problem.