--

> Make sure that your servlet directory is NOT referenced by a
> wrapper.classpath statement.
> 
Thanks. This was exactly the problem. I received this helpful message
earlier:

> > Are they in the CLASSPATH? If so, remove them, they should only appear
> > in a repository
> >
> I have the servlet dir itself in the wrapper.classpath ... could that be
> it?

Yes, I think so. Anything in wrapper.classpath is passed through to the
CLASSPATH env var when the java process is spawned by Apache. As a
result, the java system classloader will load it. JServ has its own
AdaptiveClassLoader that implements the reloading behaviour based on
modification date of the .class and .jar files, but it only loads
classes from the repositories.




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to