Re: java.lang.NoClassDefFoundError: org.apache.catalina.mbeans.ServerLifecycleListener

2008-12-20 Thread Ole Ersoy
Hmmm - I'm running with OpenJDK 1.6 (Should that have gcj stuff in it - I'm also using jsvc and APR - maybe it got mixed in somehow?): java -version java version 1.6.0_0 IcedTea6 1.4 (fedora-7.b12.fc10-i386) Runtime Environment (build 1.6.0_0-b12) OpenJDK Client VM (build 10.0-b19, mixed mode)

compiling jsp file from command prompt

2008-12-20 Thread atanu_banerjee
Dear Members : I tried to compile xyz.jsp from command prompt (using Tomcat 6): jspc -uriroot . xyz.jsp -classpath jar_file_name -d directory_name; getting errors, but when I simply try: jspc -uriroot . xyz.jsp it shows no errors, but doesn't produce xyz.java which is expected. Could

server/classes directory in tomcat 6

2008-12-20 Thread adilturbo
hi, i have a web application that was deploied in tomcat 5.5, in which i used a valve (class) that filters data.in tomcat 5.5 this class (valve) was in tomcat_home/server/classes; in tomcat 6, there is no server/classes directory; so where should i put this class (valve) in tomcat 6. Many

RE: server/classes directory in tomcat 6

2008-12-20 Thread Caldarale, Charles R
From: adilturbo [mailto:z_t...@hotmail.com] Subject: server/classes directory in tomcat 6 in tomcat 6, there is no server/classes directory; so where should i put this class (valve) in tomcat 6. For performance and simplicity, the shared, common, and server libraries were merged into one in