-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

>
>Hi - I'm having problems accessing sun's javamail package from a servlet run
>from JServ.  Does anyone know of any success/failure with javamail and
>JServ?  It runs outside of JServ on HPUX but not when in servlet run by
>JServ.  The jserv log error is:
>
>[01/09/1999:11:28:16.196 CDT] java.lang.NoClassDefFoundError:
>javax/mail/internet/ParameterList
>       at
>org.apache.jserv.JServConnection.processRequest(JServConnection.java:341)
>       at org.apache.jserv.JServConnection.run(JServConnection.java:197)
>       at java.lang.Thread.run(Compiled Code)
>

In file jserv.properties, try to put something like

wrapper.classpath=/usr/javamail/mail.jar
wrapper.classppath=/usr/jaf/activation.jar

- Jeff



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