---------------------------------------------------------------- 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 Jserv guru's, I am using Apache Jserv 1.1 on Windows NT 4.0 I have installed the Oracle JSP servlet to be able to run JSP's. This works fine. My problems is the following: I have a JSP that calls a java class to do some processing. I would like this java class to be reloaded each time I change it. So, I should not include the directory of the java class in the system class path, but make it a directory in a zone. However, I do not launch a servlet but a JSP. My question is: how can I make the servlet that is generated on-the-fly from the JSP mount from this zone, so that it can find my class and reloads it when changed? As I understand it, the zone should be specified in the URL, but since I am using a JSP, JServ starts looking in the HTML document root (htdocs). Is this possible at all? Any help is much appreciated! Regards, Steven Davelaar. -- -------------------------------------------------------------- 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]
