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


hi,

1/
Build : Solaris 2.7, Apache1.3.9, Apache-JServ-19991123


2/
I have the following lines in my "jserv.properties" file :

wrapper.classpath=/export/app/Apache/apache_1.3.9/libexec/ApacheJServ.jar
wrapper.classpath=/usr/local/JSDK2.0/lib/jsdk.jar
wrapper.classpath=/export/pmi/CommonCore/lib/CommonCore.jar

3/
However, when I re-start Apache, it does not load the CommonCore classes,
and causes the JVM to crash out when my servlet access any of the CommonCore
classes.

This is shown by the entry in  the mod_jserv.log file:

[23/02/2000 10:59:42:225] (INFO) wrapper classpath: 
/export/app/Apache/apache_1.3.9/libexec/ApacheJServ.jar:/usr/local/JSDK2.0/lib/jsdk.jar

4/
At run time, when the servlet attempt to load the CommonCore classes, the log
entry is :

[23/02/2000 11:04:17:679] (ERROR) ajp12: Servlet Error: 
java.lang.NoClassDefFoundError: com/gtnet/Common/Core/Descripter: 
com/gtnet/Common/Core/Descripter

5/
Why is my wrapper.classpath being ignored ?

6/
What is the "jserv.properties.in" file for ?

7/ 
What is the "jserv.properties.default" file for ?


thanks

pmi



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