Auto-reloading is one thing, caching is another. JServ
caches instances of objects, not just classes, correct?

If this is the case, I can't have the instances being
cached - my library packages aren't built for it.

(BTW, I do have autoreload.classes=true in my properties file.)

To restate the problem:

  I need a way of having different CLASSPATHs (the "non-caching"
  kind) for each servlet zone. It sounds as though the only way
  to do that is to use multiple JServ VMs.

Thanks,
j

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of jon *
> Sent: Monday, May 17, 1999 5:24 PM
> To: Java Apache Users
> Subject: Re: CLASSPATH for servlet zones
> 
> 
> > You can do that? Can you tell me how (or point me to
> > the appropriate docs)?
> >
> > Thanks a bunch!
> > j
> 
> look at your zone.properties file:
> 
> # Enable servlet class autoreloading.
> # Syntax: autoreload.classes=[true,false] (boolean)
> # Default: true
> autoreload.classes=true
> 
> If one of the classes changes, it will be autoreloaded. This works quite
> well.
> 
> -jon
> 



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