----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Hey.. I will take a wild guess... but try adding something like:
wrapper.classpath=/usr/local/apache/servlet/com/novell/webaccess/WebAccessSe
rvlet.class
in your jserv.properties file
Stou
----- Original Message -----
From: Peter Bates <[EMAIL PROTECTED]>
To: java-apache-users <[EMAIL PROTECTED]>
Sent: Tuesday, November 09, 1999 6:31 AM
Subject: NoClassDefFoundError --couldn't read the FAQ
> ----------------------------------------------------------------
> 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 all...
>
> Seeing as I couldn't read the FAQ, I had a look at the
> mailing-list archives and didn't really find an answer to my problem...
>
> I suspect however, it is something quite simple that I'm missing.
>
> I'm running RedHat 5.2, with a kernel up to 2.2.1
> I have Apache 1.3.9, built with all modules as DSO's.
> I'm running Jserv 1.0 (also tried with 1.1b3, same error)
> I have jdk1.2 from blackdown.org, and jsdk2.0 from Sun...
>
> Response from 'which java' is the one in /usr/local/jdk1.2/bin...
>
> Response from 'java -version' is:
> java version "1.2"
> Classic VM (build Linux_JDK_1.2_pre-release-v2, native threads, sunwjit)
>
> http://localhost/jserv/ works fine
> and
> http://localhost/servlet/Hello also runs the 'Hello' example fine.
>
> Novell have a 'WebAccess' product that is basically a Java implementation
> of their Groupwise mail client, and I'm trying to get it to work...
>
> All I seem to be able to coax from the system, however is:
>
> Servlet-Error: NoClassDefFoundError: com.novell.webaccess.WebAccessServlet
>
> The servlets are in /usr/local/apache/servlet
> (including 'Hello', which works fine, as I said above)
> and the actual 'target' is under
> /usr/local/apache/servlet/com/novell/webaccess/WebAccessServlet.class
>
> my httpd.conf has the following:
>
> Include /usr/local/jserv/jserv.conf
>
> And my jserv.conf is:
<snip>
--
--------------------------------------------------------------
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]