Re: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes

2001-07-20 Thread David Haraburda
Oops, That's right, you can read any file you want from WEB-INF/classes using getResource() (which is probably what you are doing) -- that is implemented correctly in AdaptiveClassLoader. If you want to find all resources of a specified name (for example, you have a properties file of the same n

Re: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes

2001-07-20 Thread Will England
On Fri, 20 Jul 2001, David Haraburda wrote: > Have you tried using the Jdk12Interceptor? That fixed class loading > problems for me. In your server.xml do: > > className="org.apache.tomcat.request.Jdk12Interceptor"/> Got that, and it fixed the finding of my .conf files that I store in WEB-IN

RE: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes

2001-07-20 Thread Will England
On Fri, 20 Jul 2001, Andrew McGhee wrote: > Guys, > I've copied in an email returned to a support desk regarding a problem > similar to this. There is a link to mikal.org that explains it in better > detail, but essentially it refers to where your classes are found, as to > what classloader they

Re: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes

2001-07-20 Thread David Haraburda
Hi, I too missed the original message, but have been dealing with these problems myself. Have you tried using the Jdk12Interceptor? That fixed class loading problems for me. In your server.xml do: There are some weird classloader issues w/ Java 2 that this fixes. Note this will only fix th

Re: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes

2001-07-20 Thread Will England
On Thu, 19 Jul 2001, David Rees wrote: > (Sorry about the double-qoute, I missed the original message) > > > I have noticed the same problem while doing some development using > Tomcat 3.2.[23]. I worked around it by making sure that I unset the > classpath before calling startup.sh, then thin

RE: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes

2001-07-20 Thread Andrew McGhee
java/tomcat/archive/view?mesg=22444 (And probably > explains the situation far better than I can) -Original Message- -Original Message- From: David Rees [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 22:27 To: [EMAIL PROTECTED] Subject: Re: [3.2] JSP Compiling Classpath issues --

Re: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes

2001-07-19 Thread David Rees
(Sorry about the double-qoute, I missed the original message) > > -Original Message- > > From: Will England [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, July 19, 2001 10:49 AM > > To: [EMAIL PROTECTED] > > Subject: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes > > > >

RE: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes

2001-07-19 Thread Rob S.
I guess I don't follow, cuz I use this functionality of Tomcat every single day. Whether or not its under Apache shouldn't matter. - r > -Original Message- > From: Will England [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 19, 2001 10:49 AM > To: [EMAIL PROTECTED] > Subject: [3.2] J