--

My Setup:

   Pentium II (i686 arch)
   Linux 2.2.5-15 single CPU (Red Hat 6.0 distro kernel)
   Apache 1.3.6 DSO (compiled from distro, not the RH mangled version)
   Blackdown JDK 1.1.7 v3
   Apache JServ 1.0

My understanding from the comments in jserv.properties is that it should
be possible to put the following in to construct a CLASSPATH for the JDK
which is launched to run JServ:

wrapper.classpath=/usr/local/apache/jserv/lib/ApacheJServ.jsr
wrapper.classpath=/usr/local/javasoft/JSDK2.0/lib/jsdk.jar
wrapper.classpath=/home/oracle/software/product/8.0.5/jdbc/lib/classes111.zip
wrapper.classpath=/home/dave/classes
wrapper.classpath=/home/paul/classes

However, I have found that when using aliases (as opposed to
repositories) this sometimes doesn't work with my system, when loading a
class called "com.something.util.dbconn" which is stored in

/home/dave/classes/com/something/util/dbconn.class

I also tried using a jar file to no avail.

I hacked a CLASSPATH=.... ; export CLASSPATH into apachectl and that did
not work either.

However, the following notation (all in one line) always works as you'd
expect:

wrapper.bin.parameters=-classpath
/usr/local/blackdown/jdk117_v3/lib/classes.zip:/usr/local/javasoft/JSDK2.0/lib/jsdk.jar:/home/oracle/software/product/8.0.5/jdbc/lib/classes111.zip:/usr/local/apache/jserv/lib/ApacheJServ.jar:/home/dave/classes:/home/paul/classes

Is this a known bug, or have I misinterpreted how the wrapper.classpath
setting works?

Cheers
Dave


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to