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

Aleksander Grzebyta <[EMAIL PROTECTED]> wrote:
> Hello !
> 
> I have successfuly configured Apache, JServ, GNU JSP, 
> Cocoon.
> However I still cannot understand the difference between 
> three places where we set CLASSPATH:
> 
> 1. The environment setting of CLASSPATH varialble or -
> classpath parameter when invoking JVM
> 2. Servlet repositories
> 3. wrapper.classpath property in jserv.properties file.
> [...]

Apache JServ uses its own custom classloader for loading
servlets (or any other resources AFAIK) from the
repositories (directories and jar files) you define.
This way it can reload them once they are changed.

The "wrapper.classpath" property is used by AJS when
it invokes the JVM, so that CLASSPATH and
"wrapper.parameters=-classpath=<whatever>" shouldn't
be employed in this context.

Hope this helps. <SPAN LANG="pl">Siema, Polska :-)</SPAN>

--
Pawel Pesz
InsERT.net, Wroclaw, Poland
mailto:[EMAIL PROTECTED]
http://www.insert.net.pl



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