----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
> In a production environment, you should turn off class
> reloading so that
> this is not an issue. Just HUP the server when you want to
> reload classes.
I have noticed that HUPing only reloads servlet .classes not the classes in
the system's CLASSPATH.
Is there a way to reload those? kill only appears to work...
Also, what happens if I have the same class in the system classpath as well
as the servlet classpath?
Which one takes precedence?
> -jon
Thanks for the help.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]