----------------------------------------------------------------
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!!!
----------------------------------------------------------------

on 2/2/00 2:58 PM, Chris Busch <[EMAIL PROTECTED]> wrote:

> 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...

Correct. The JVM must be restarted in order for it to clear out its System
Classloader. That is why you put classes that will change into the repo
path. ;-)
 
> Also, what happens if I have the same class in the system classpath as well
> as the servlet classpath?
> 
> Which one takes precedence?

I believe the System Classpath always takes precedence. Think about it from
a security standpoint. You wouldn't want someone to be able to load a "user"
class before a "system" class.

-jon

-- 
Come to the first official Apache Software Foundation
Conference!  <http://ApacheCon.Com/>




--
--------------------------------------------------------------
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]

Reply via email to