Page 1 of 1
Which Linux version to install OpenKM
PostPosted:Tue Mar 03, 2015 11:49 pm
by bolasutra
Hi Guys,
I am planning to setup OpenKM on a Linux VirtualBox. Which version of Linux should I use?
Re: Which Linux version to install OpenKM
PostPosted:Wed Mar 04, 2015 10:40 pm
by jllort
Our suggestion is ubuntu server 14.04 LTS 64 bits
Re: Which Linux version to install OpenKM
PostPosted:Sun Mar 08, 2015 8:19 am
by shashigoud
Hi Guys,
i am facing a problem while installing in Ubuntu 14.10 64bit server
Code: Select allroot@server03:/# /opt/tomcat/bin/catalina.sh
Using CATALINA_BASE: /usr/local/apache-tomcat-7.0.59
Using CATALINA_HOME: /usr/local/apache-tomcat-7.0.59
Using CATALINA_TMPDIR: /usr/local/apache-tomcat-7.0.59/temp
Using JRE_HOME: /usr/lib/jvm/java-7-openjdk-i386/
Using CLASSPATH: /usr/local/apache-tomcat-7.0.59/bin/bootstrap.jar:/usr/local/apache-tomcat-7.0.59/bin/tomcat-juli.jar
Usage: catalina.sh ( commands ... )
commands:
debug Start Catalina in a debugger
debug -security Debug Catalina with a security manager
jpda start Start Catalina under JPDA debugger
run Start Catalina in the current window
run -security Start in the current window with security manager
start Start Catalina in a separate window
start -security Start in a separate window with security manager
stop Stop Catalina, waiting up to 5 seconds for the process to end
stop n Stop Catalina, waiting up to n seconds for the process to end
stop -force Stop Catalina, wait up to 5 seconds and then use kill -KILL if still running
stop n -force Stop Catalina, wait up to n seconds and then use kill -KILL if still running
configtest Run a basic syntax check on server.xml - check exit code for result
version What version of tomcat are you running?
Note: Waiting for the process to end and use of the -force option require that $CATALINA_PID is defined
Just help me out
Re: Which Linux version to install OpenKM
PostPosted:Tue Mar 10, 2015 6:43 am
by Catscratch
You have to run /opt/tomcat/bin/catalina.sh start. Not only catalina.sh.
To stop, use /opt/tomcat/bin/catalina.sh stop.
Re: Which Linux version to install OpenKM
PostPosted:Wed Mar 11, 2015 11:47 am
by shashigoud
Hi Catscratch,
i am running a same command what you explained.
Code: Select allroot@server03:/# /opt/tomcat/bin/catalina.sh start
Using CATALINA_BASE: /usr/local/apache-tomcat-7.0.59
Using CATALINA_HOME: /usr/local/apache-tomcat-7.0.59
Using CATALINA_TMPDIR: /usr/local/apache-tomcat-7.0.59/temp
Using JRE_HOME: /usr/lib/jvm/java-7-openjdk-i386/
Using CLASSPATH: /usr/local/apache-tomcat-7.0.59/bin/bootstrap.jar:/usr/local/apache-tomcat-7.0.59/bin/tomcat-juli.jar
Tomcat started.
in browser
http://0.0.0.0:8080/openKm here again error coming like
HTTP Status 404 - /OpenKM
type Status report
message /OpenKM
description The requested resource is not available.
Apache Tomcat/7.0.59
please help me out
Regards,
Shashidhar
Re: Which Linux version to install OpenKM
PostPosted:Wed Mar 11, 2015 12:56 pm
by Catscratch
Did you tried to access
http://localhost:8080/openKm or /OpenK
M? Spelling is important.
Right URL would be:
http://localhost:8080/OpenKM
-> with 3 uppercase characters in "OpenKM".
Re: Which Linux version to install OpenKM
PostPosted:Wed Jun 03, 2015 11:01 am
by miodek1987
Ubuntu server would be my first choice.
Re: Which Linux version to install OpenKM
PostPosted:Thu Jun 04, 2015 2:27 pm
by pavila
Yes, last Ubuntu Server or Debian
