LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Tomcat 8 + JRE 8 on Debian Wheezy (https://www.linuxquestions.org/questions/linux-newbie-8/tomcat-8-jre-8-on-debian-wheezy-4175520003/)

jobart08 09-25-2014 02:13 AM

Tomcat 8 + JRE 8 on Debian Wheezy
 
Good day folks,

Im new to debian and was installing Tomcat 8 and JRE1.8.0 on Wheezy. When I start tomcat, I get this output. It says started but no tomcat process is displayed when I ps -ef | grep tomcat. Google is not much of help.

tomcat8@BDOULXU469:~$ ./apache-tomcat-8.0.12/bin/startup.sh
Using CATALINA_BASE: /home/tomcat8/apache-tomcat-8.0.12
Using CATALINA_HOME: /home/tomcat8/apache-tomcat-8.0.12
Using CATALINA_TMPDIR: /home/tomcat8/apache-tomcat-8.0.12/temp
Using JRE_HOME: /usr/local/src/jre1.8.0
Using CLASSPATH: /home/tomcat8/apache-tomcat-8.0.12/bin/bootstrap.jar:/home/tomcat8/apache-tomcat-8.0.12/bin/tomcat-juli.jar
Tomcat started.
tomcat8@BDOULXU469:~$ tail -f apache-tomcat-8.0.12/logs/catalina.out
Error: Could not find or load main class org.apache.catalina.startup.Bootstrap
Error: Could not find or load main class org.apache.catalina.startup.Bootstrap
Error: Could not find or load main class org.apache.catalina.startup.Bootstrap
Error: Could not find or load main class org.apache.catalina.startup.Bootstrap
Error: Could not find or load main class org.apache.catalina.startup.Bootstrap
Error: Could not find or load main class org.apache.catalina.startup.Bootstrap
Error: Could not find or load main class org.apache.catalina.startup.Bootstrap
Error: Could not find or load main class org.apache.catalina.startup.Bootstrap
Error: Could not find or load main class org.apache.catalina.startup.Bootstrap
Error: Could not find or load main class org.apache.catalina.startup.Bootstrap

Any help would be greatly appreciated.

Thanks

jobart08 10-06-2014 10:29 PM

Turns out the Tomcat package given to me was incomplete. I downloaded a new one and it worked perfectly. Noob. :)


All times are GMT -5. The time now is 12:49 PM.