--

Is the class you modified a servlet, or some other class used by the
servlet?  The auto-reload feature looks at the servlets.

Is the class also visible on the system classpath (i.e. on a path that
is included in "wrapper.classpath")?  If so, this disables
auto-reloading.

Lots of futher info and suggestions can be found in the FAQ-O-MATIC at
http://java.apache.org

Craig McClanahan


Joe Yandle wrote:

> --
>
> After recompiling a class, jserv won't detect this and automatically
> reload it.  In order to use the newly compiled class, I have to
> apachectl restart.
>
> apache-1.3.6
> apachejserv-1.0
>
> relevant section of the zone's properties file:
>
> # Classloader parameters
> #########################
>
> # Enable servlet class autoreloading.
> # Syntax: autoreload.classes=[true,false] (boolean)
> # Default: true
> autoreload.classes=true
>
> # Enable servlet resourced autoreloading (properties and other loaded
> # resources)
> # Syntax: autoreload.file=[true,false] (boolean)
> # Default: true
> autoreload.file=true
>
> thanks,
>
> Joe Yandle
> Internet Programmer
> Westlake Consulting Group
>
> --
> --------------------------------------------------------------
> 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]



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