----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Hi everyone,
I am trying to get servlet auto-reloading to work. I followed the
instruction in the FAQ and answers posted here. Here's what I have tried.
I have Apache 1.3.12 and JServ 1.1.2 on Red Hat 6.0. I can compile and run
servlets. I have the following entries in my jserv.properties file:
wrapper.bin=/usr/local/jdk117_v3/bin/java
wrapper.classpath=/usr/lib/apache/ApacheJServ.jar
wrapper.classpath=/home/httpd/classes/servlet-2.0.jar
wrapper.classpath=/u1/app/oracle/product/8.0.5/jdbc/classes111.zip
zones=root
root.properties=/etc/httpd/conf/jserv/zone.properties
The following in my zone.properties file:
repositories=/home/httpd/servlets
autoreload.classes=true
autoreload.file=true
still I have to stop and start Apache every time I copy a new version of a
servlet to /home/httpd/servlets. What do I need to do to get this to work?
Thanks.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]