Chuck Thanks for the link, i will have to try this late evening today when users log off
Couple of questions 1. So i leave classpath blank on the GUI on the Java tab ? 2. All my jars on \Apache-tomcat-5.5.23\webapps\WebProxy\lib, not sure if it will still pull based on the list i see ************ Therefore, from the perspective of a web application, class or resource loading looks in the following repositories, in this order: * Bootstrap classes of your JVM * System class loader classes (described above) * /WEB-INF/classes of your web application * /WEB-INF/lib/*.jar of your web application * $CATALINA_HOME/common/classes * $CATALINA_HOME/common/endorsed/*.jar * $CATALINA_HOME/common/i18n/*.jar * $CATALINA_HOME/common/lib/*.jar * $CATALINA_BASE/shared/classes * $CATALINA_BASE/shared/lib/*.jar ****************** regards Venkat ________________________________ From: "Caldarale, Charles R" <chuck.caldar...@unisys.com> To: Tomcat Users List <users@tomcat.apache.org> Sent: Tue, May 17, 2011 6:16:53 PM Subject: RE: Tomcat5w GUI application > From: Venky Vasant [mailto:venkat...@yahoo.com] > Subject: Tomcat5w GUI application > today i hit an issue with adding a new jar to the classpath. You really should not be adding anything to Tomcat's classpath. Put your jars in an appropriate location, and let the built-in classloaders find them. http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org