Hi All,
My zone.properties file is set up as follows:
repositories=.,F:\Apache Group\Apache JServ\Servlets
autoreload.classes=true
autoreload.file=true
My servlet is not in my wrapper classpath, but I am still not getting auto
reloading of a servlet when I modify my servlet class?
I'm running Apache1.3.6 with JServ 1.0b3 on NT with SP4. Any other
suggestions?
Regards,
Peter
>There is. If you include your servlets in your wrapper classpath they
>will be cached as you mention in point 2 below. Use the 'repositories'
>directive in your zone file. If you are packaging your servlets/classes
>in a jar file, put this in the repository. If you aren't put the
>directory in which your servlet hierarchy will live.
>
>If you have autoreload.classes=true in your zone file, it will releoad
>the classes when they change and if you use autoreload.file=true the
>same will happen when the zone file is touched.
>
>Damian
----------------------------------------------------------------
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]