RE: Inquiry on JSP Loading

2002-07-24 Thread Andrew Conrad
You have multiple choices of where to put your classes so that Your apps can read them. I would put them in your %CATALINA%/common/lib directory, leaving them in the jar. Otherwise, read here for more about class loading. http://msdn.microsoft.com/downloads/default.asp?URL=/downloads/sample.as

RE: Inquiry on JSP Loading

2002-07-24 Thread Andrew Conrad
I meant, look here: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html - Andrew -Original Message- From: Andrew Conrad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 7:32 PM To: 'Tomcat Users List' Subject: RE: Inquiry on JSP Loading You

RE: Inquiry on JSP Loading

2002-07-24 Thread Craig R. McClanahan
On Wed, 24 Jul 2002, Andrew Conrad wrote: Date: Wed, 24 Jul 2002 19:39:51 -0400 From: Andrew Conrad [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Inquiry on JSP Loading I meant, look here: http