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

On Mon, Jun 05, 2000 at 10:46:20AM -0500, Bari, Naeem wrote:
> I have some problem with autoreloading servlets.
> I don't have the path to the servlets in wrapper.classpath, just the
> repositary
> But when I recompile a servlet the change is not picked up
> This used to work just fine when jserv was set to be automatically started
> by apache. But it has stopped working since I switched to manual
> startup.

wrapper.classpath is irrelevant if you start manually (wrapper roughly
equates to "bit of mod_jserv that can automatically start the JVM").
What matters is either your environment $CLASSPATH, or any
classpath the script that you use to start JServ specifies. One way or
another the path to your servlets is getting into the system classpath
by the time JServ gets going.

Sean




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to