I had several classes in $TOMCAT_HOME/webapps/changemgmt/WEB-INF/classes.
I then added them all to a package called com.syrrx.changemgmt. I then created $TOMCAT_HOME/webapps/changemgmt/WEB-INF/classes/com/syrrx/changemgmt and moved all the files there. I then created a jar file here: $TOMCAT_HOME/webapps/changemgmt/WEB-INF/classes/changemgmt.jar I then modified all jsp files to import this package, and that much works. However, a jsp form cannot find a servlet that is in the new package. I added TOMCAT_HOME/webapps/changemgmt/WEB-INF/classes/changemgmt.jar to my classpath and the server classpath. What am I doing wrong here? Thanks, CC ---------- This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
