----------------------------------------------------------------
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 2/8/00 6:21 PM, Chris Busch <[EMAIL PROTECTED]> wrote:
> JServ appears to only check for modified class files in zone repository. It
> does not check the repositories in the jserv.properties file.
Very good!
> However, if the same copied library (.java +.class files) is in both the
> jserv.properties as well as the zone properties file, the zone appears to
> not reload the class files.
That is because the wrapper.classpath is == the System classpath which
always gets checked first.
> So apparently, I have to be darn careful to not have classes that we are
> developing in the jserv.properties repository list. Is this correct?
Yes.
> Or is there someway to have jserv check its zone first for updated files
> then check the jserv.properties repositories.
No. That is a potential security hole. You wouldn't want someone to be able
to override the systemclasspath.
-jon
--
Come to the first official Apache Software Foundation
Conference! <http://ApacheCon.Com/>
--
--------------------------------------------------------------
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]