Notice your classpath contains "...xalan.jarCLASSPATH=/usr/...". I would try clearing your CLASSPATH environment variable and seeing if Tomcat will start with the CLASSPATH it creates automatically. Also, I would leave the trailing '/' off of JAVA_HOME and TOMCAT_HOME.
Cheers, Larry > -----Original Message----- > From: Designing Department [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 27, 2001 6:48 AM > To: Tomcat Users List > Subject: Exception occuring while testing the Tomcat > > > Hi, > > I have installed the Tomcat on My Linux Server but when I am > testing the > Tomcat with ./startup.sh I receive the following exception and the > compilation stucks after the last line. > > ./startup.sh > Using classpath: > /usr/local/tomcat_3.2.1//tomcat-3.2.3/lib/jasper.jar:/usr/loca > l/tomcat_3.2.1//tomcat-3.2.3/lib/test:/usr/local/tomcat_3.2.1/ > /tomcat-3.2.3/lib/webserver.jar:/usr/local/jdk1.3//lib/tools.j > ar:/usr/local/jdk1.3//lib/tools.jar:/usr/local/jdk1.3//lib/dt. > jar:/usr/local/jaxp-1.1.3//jaxp.jar:/usr/local/jaxp-1.1.3//cri mson.jar:/usr/local/jaxp-> 1.1.3//xalan.jarCLASSPATH=/usr/local/jdk1.3//lib/tools.jar:/us > r/local/jdk1.3//lib/dt.jar:/usr/local/jaxp-1.1.3//jaxp.jar:/us > r/local/jaxp-1.1.3//crimson.jar:/usr/local/jaxp-1.1.3//xalan.j ar:/usr/local/jaxp-> 1.1.3//xalan.jar:/usr/local/tomcat_3.2.1//ant-1.2/lib/ant.jar: > /usr/local/tomcat_3.2.1//servletapi-3.2/lib/servlet.jar > > [root@unixhost7 bin]# Exception in thread "main" > java.lang.NoClassDefFoundError: org/apache/tomcat/util/xml/PopStack > at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:178) > at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:240) > > Can anyone help Me regarding this as I am stucked with it. > > Thanks in advance > > Vikas > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
