I want to add a directory that I have in my j2sdk\jre\lib\ext that I am using for development on that server. I don't want to have to copy that folder over to tomcat/common/classes (for example), and have 2 copies of my code on the same system. I would rather add my j2sdk\jre\lib\ext\X to tomcat's classpath, or just have tomcat read my system classpath and get it from there. But by default tomcat does not use your system classpath, and I can't figure out how to either add the system classpath to its classpath or to add directories to it. It would read jar files from my lib/ext I believe, but because this code is in development it is not yet in a jar file.
jason -----Original Message----- From: Alon Belman [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 4:35 PM To: Tomcat Users List Subject: Re: tomcat 4.x classpath You almost certainly don't need to set it directly. Tomcat will build classpaths for its different class loaders itself following the rules explained here: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/class-loader-howto.html On 7/21/05, Bergthorson, Jason <[EMAIL PROTECTED]> wrote: > How do you add directories to tomcat's classpath? > > > > Jason Bergthorson > > GIS Programmer/Applications Developer > > > > Phone: 204.983.4035 > > Fax: 204.983.2178 > > 200-303 Main Street > > Winnipeg MB R3C 3G7 > > > > [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
