on 12/17/99 1:48 PM, Ed Borkmann <[EMAIL PROTECTED]> wrote:

> Any help would be greatly appreciated.

Here is my configuration for Jyve running on java.apache.org for example:

jserv.properties:
wrapper.classpath=/usr/local/apache/libexec/ApacheJServ.jar
wrapper.classpath=/usr/local/share/java/classes/jsdk.jar
wrapper.classpath=/home/jon/classes/activation.jar
wrapper.classpath=/home/jon/classes/mail.jar
wrapper.classpath=/home/jon/classes/mm.mysql.jdbc-1.2b/mysql_uncomp.jar
zones=jyve
jyve.properties=/usr/local/apache/conf/jserv/jyve.properties


jyve.properties:
repositories=/home/jon/jyve
servlet.Turbine.initArgs=properties=/home/jon/jyve/TurbineResources.properti
es


TurbineResources.properties:
module.packages=org.apache.jyve,org.apache.turbine


Then, in /home/jon/jyve, I have the following structure...

./org/apache/ecs
./org/apache/turbine
./org/apache/jyve

module.packages isn't a CLASSPATH. It is a package path. The repositories=
and wrapper.classpath= are the CLASSPATH. The difference between the
repositories= and wrapper.classpath is that classes in the repositories path
are reloaded when they change.

-jon



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to