> I added TOMCAT_HOME/webapps/changemgmt/WEB-INF/classes/changemgmt.jar to > my classpath and the server classpath.
Your .jar file belongs in the 'lib' subdirectory under WEB-INF, not in the 'classes' subdirectory. You shouldn't have to mess with the CLASSPATH... I've never had to. I just drop .jar files into $TOMCAT_HOME/webapps/context/WEB-INF/lib and the classes they contain are automagically available. -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University PA Information Resources Management
