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
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
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
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
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
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 --
(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 iss
ECTED]
> Subject: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes
>
>
> Greetings!
>
> Over on tomcat-users, theres been a discussion on JSP's finding the
> WEB-INF/classes directory when compiling. They can't. From searches, I
> understand this i
Greetings!
Over on tomcat-users, theres been a discussion on JSP's finding the
WEB-INF/classes directory when compiling. They can't. From searches, I
understand this issue has come up before in regards to the Coocon project.
The root problem is that Jasper cannot find classes located in
WEB-IN