Re: class loading problem: NoClassDefFoundError: javax/servlet/http/HttpSessionListener

2007-11-22 Thread Giancarlo Frison
Absolutely no. The WEB-INF/lib contains: commons-codec-1.3.jarcommons-httpclient-3.1-rc1.jar jta.jar quartz-all-1.6.0.jar stringtree-json-2.0.5.jar commons-collections-3.2.jar commons-logging.jar log4j-1.2.14.jar spring.jarxmlpull.jarxp

RE: class loading problem: NoClassDefFoundError: javax/servlet/http/HttpSessionListener

2007-11-22 Thread Caldarale, Charles R
> From: Giancarlo Frison [mailto:[EMAIL PROTECTED] > Subject: class loading problem: NoClassDefFoundError: > javax/servlet/http/HttpSessionListener > > java.lang.NoClassDefFoundError: javax/servlet/http/HttpSessionListener The above is frequently caused by having the servlet-

Re: class loading problem: NoClassDefFoundError: javax/servlet/http/HttpSessionListener

2007-11-22 Thread Pid
Have you inadvertently included a jar file with the servlet-api in your WEB-INF/lib directory? That often causes problems like this. p Giancarlo Frison wrote: > Hi all, > > I have Tomcat/6.0.14 and i'm trying to launch the catalina.sh throught > this script: > > export JAVA_HOME="/opt/java" >

class loading problem: NoClassDefFoundError: javax/servlet/http/HttpSessionListener

2007-11-22 Thread Giancarlo Frison
Hi all, I have Tomcat/6.0.14 and i'm trying to launch the catalina.sh throught this script: export JAVA_HOME="/opt/java" export CATALINA_HOME="/opt/tomcat" export CATALINA_BASE="/srv/webx" export JAVA_OPTS="-Denvironment=test \ -Xmx3800m -Xms3800m -Xmn2g -Xss128k -XX:+UseParallelGC -XX:Para