Tomcat takes care of this for you so that you don't have to mess around with classpath issues. Put your unpacked classes in the WEB-INF/classes directory of you webapplication. jar files go under the WEB-INF/lib. And you are good to go. If you wish to make your classes visible to all applications then place your unpacked classes under then <tomcat_installation_dir>/common/classes. And the packed jar files under <tomcat_installation_dir>/common/lib And if you still wish to add classes to the classpath then check out catalina.bat (or tomcat.bat). But be warned this may give rise to problems with classloading in the future :-)
RS "Rui Oliveira" <[EMAIL PROTECTED]> on 02/25/2002 10:51:46 AM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject: Classpath Issue Hello, sorry for the newbie question... Can someone please tell me how to configure the classpath for a specific application only, instead of defining it for all the tomcat applications? Thanks in advance Rui Oliveira -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
