----------------------------------------------------------------
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!!!
----------------------------------------------------------------
----- Original Message -----
From: Pawel Pesz <[EMAIL PROTECTED]>
To: Java Apache Users <[EMAIL PROTECTED]>
Sent: Tuesday, November 30, 1999 2:59 PM
Subject: Re: classpath ?
>
> Aleksander Grzebyta <[EMAIL PROTECTED]> wrote:
[...]
> > 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.
OK. I removed all Cocoon-related jars from JVM classpath and put them only
in
repositories. It works.
>
> 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.
>
I do not understand. I run manually Apache with mod_jserv module and then
manually
JServ as java program. When wrapper.classpath is used ?
Please give me an example when wrapper.classpath must be set while JVM
classpath ans repository
may/must not be set.
Big thanks
sincerely Olek
--
--------------------------------------------------------------
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]