----------------------------------------------------------------
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!!!
----------------------------------------------------------------
> 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
>
Have you tried running:
jar tvf /export/pmi/CommonCore/lib/CommonCore.jar
to validate if the class you are looking for
('com/gtnet/Common/Core/Descripter' ) is really in the jar file?
-glen
--
--------------------------------------------------------------
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]