Hi
When I try start tomcat the output is :
Code:
./startup.sh
Using CATALINA_BASE: /etc/apps/tomcat
Using CATALINA_HOME: /etc/apps/tomcat
Using CATALINA_TMPDIR: /etc/apps/tomcat/temp
Using JRE_HOME: /usr/lib/jvm/java-1.5.0-sun-1.5.0.11/
However going to
http://localhost:8080 shows a page cant be found error.
The log file shows :
Code:
cat catalina.out
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap
I have no idea how to fix this problem after extensive "Googling", can someone help please?
The output of java -version shows :
Code:
java -version
java version "1.4.2-02"
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.2-02)
Java HotSpot(TM) Client VM (build Blackdown-1.4.2-02, mixed mode)
Thankyou in advance