Hi !
Seems like Tomcat and I won't ever be friends...
I'm trying to run Tomcat on a Unix server Solarix 2.8.
I have set JAVA_HOME, CATALINA_HOME and PATH.
When I call ./startup.sh from a shell window, it prints :
Using CATALINA_BASE : /tomcat/jakarta-tomcat_tomcat4.0
Using CATALINA_HOME : /tomcat/jakarta-tomcat_tomcat4.0
Using CATALINA_TMPDIR: /tomcat/jakarta-tomcat_tomcat4.0/temp
Using JAVA_HOME : /usr/java1.2
$
But if I try to grep catalina.sh, I don't find it.
And in a browser, localhost:8080 isn't found.
When I try to stop Tomcat with shutdown.sh, it writes again these 4 Using... lines and a big list of errors, beginning with :
java.lang.NoClassDefFoundError : javax/naming/NamingException
at org.apache.catalina.core.StandardServer <init> (Unknown Source)
I don't know why Tomcat won't work, since I had (more or less) no problem when installing it on Windows.
Thanks for tips !
Gaelle.
Seems like Tomcat and I won't ever be friends...
I'm trying to run Tomcat on a Unix server Solarix 2.8.
I have set JAVA_HOME, CATALINA_HOME and PATH.
When I call ./startup.sh from a shell window, it prints :
Using CATALINA_BASE : /tomcat/jakarta-tomcat_tomcat4.0
Using CATALINA_HOME : /tomcat/jakarta-tomcat_tomcat4.0
Using CATALINA_TMPDIR: /tomcat/jakarta-tomcat_tomcat4.0/temp
Using JAVA_HOME : /usr/java1.2
$
But if I try to grep catalina.sh, I don't find it.
And in a browser, localhost:8080 isn't found.
When I try to stop Tomcat with shutdown.sh, it writes again these 4 Using... lines and a big list of errors, beginning with :
java.lang.NoClassDefFoundError : javax/naming/NamingException
at org.apache.catalina.core.StandardServer <init> (Unknown Source)
I don't know why Tomcat won't work, since I had (more or less) no problem when installing it on Windows.
Thanks for tips !
Gaelle.