on 7/20/2000 4:27 PM, "Michael Shackleford" <[EMAIL PROTECTED]> wrote:

> the path to my jyve.jar *is* located in my jserv.properties file:
> 
> wrapper.classpath=/usr/local/jyve/bin/jyve-2.0.jar
> (it chucks a different error if one tries to remove this)
> 
> the path to my jyve.jar is also located in my zone.properties file:
> repositories=/usr/local/apache/servlets,/usr/local/turbine/bin/turbine-2.0.j
> ar,/
> usr/local/jyve/bin/jyve-2.0.jar

You should remove it from your wrapper.classpath. Having it in there 2x is
what is screwing things up.

Imagine two containers that contain things. Things in one container cannot
see things in the other container. Once something is found in container 1,
it isn't looked for in container 2. That is the difference between
wrapper.classpath and repositories.

-jon


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