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

environment classpath goes for the OS,  this is to start the JServ either
manually or auto-mode.
wrapper.classpath is for those class files that are loaded by JServ at
runtime and is used by JServ.  Classes of these are loaded only once.
classpath in repository, ie the path where one puts his servlets is set in
zone.properties.  The feature of this particular path is that servlets found
in this path will be reloaded when they are changed (compiled).  very useful
in development.  imagine otherwise one has to restart Jserv for every new
change.

HTH.


Riaz

(disclaimer:  any mistake should be corrected)


----- Original Message -----
> Please give me an example when wrapper.classpath must be set while JVM
> classpath ans repository
> may/must not be set.




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