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


Hello Carsten/all...

>That does not necessarily mean that the class itself was not found but my mean
>that a dependedant class can't be found.
>Add "-verbose" to your jvm and see if that shows another class
>being needed. Add the jar file containing that class to your
>wrapper.classpath or repository classpath.

I've added -verbose:class
to the wrapper.bin.parameters now...

I've searched my system for .jars, and now have this Classpath
(out of desperation!) :

wrapper.classpath=/usr/local/jserv/lib/ApacheJServ.jar
wrapper.classpath=/usr/local/jsdk2.0/lib/jsdk.jar
wrapper.classpath=/usr/local/jdk1.2/lib/dt.jar
wrapper.classpath=/usr/local/jdk1.2/lib/tools.jar
wrapper.classpath=/usr/local/jdk1.2/src.jar
wrapper.classpath=/usr/local/jdk1.2/jre/lib/rt.jar
wrapper.classpath=/usr/share/guavac/classes.zip
# this line is included rather than repositories line in servlet.properties
wrapper.classpath=/usr/local/apache/servlet
#wrapper.classpath=/usr/x/webaccess/WebAccessServlet.class
#wrapper.classpath=/usr/x/webaccess/applets/java102/AddressBook.jar
#wrapper.classpath=/usr/x/webaccess/applets/java102/DayCalendar.jar
#wrapper.classpath=/usr/x/webaccess/applets/java102/MonthCalendar.jar
#wrapper.classpath=/usr/x/webaccess/applets/java102/WebAccess.jar
wrapper.classpath=/usr/x/webaccess/applets/java11x/AddressBook.jar
wrapper.classpath=/usr/x/webaccess/applets/java11x/DayCalendar.jar
wrapper.classpath=/usr/x/webaccess/applets/java11x/MonthCalendar.jar
wrapper.classpath=/usr/x/webaccess/applets/java11x/WebAccess.jar
wrapper.classpath=/usr/local/apache/htdocs/com/novell/collexion/SpellClient.jar
wrapper.classpath=/usr/local/jdk1.2/jre/lib/ext/iiimp.jar
wrapper.classpath=/usr/local/jdk1.2/jre/lib/i18n.jar
wrapper.classpath=/usr/local/jdk1.2/demo/jfc/SwingApplet/SwingApplet.jar

As there are version '102' and '11x' files, I presume '11x' might be more
relevant.

All I get in the log (this is in error_log, there is not much in jserv.log):

[Loaded Hello]
[Loaded com.novell.webaccess.WebAccessServlet]
[Loaded com.novell.webpublisher.WebPublisherServlet]

and above that
are assorted lines of

[Loaded java.io.CharArrayWriter from /usr/local/jdk1.2/jre/lib/rt.jar]
but only rt.jar is mentioned...


..




--------------------------------------------->
Peter Bates, Systems Support Officer,
Network Support Team
London School of Hygiene & Tropical Medicine.
Telephone:0171-927 2124 / Fax:0171-467 9504 / Pager: 07625 255362




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