Hi Jim,
Looks like the WEB-INF/lib directory is missing a .jar file (the one that
contains the com.novell.webaccess.common package). Throw it in and restart
the container.
- r
> -----Original Message-----
> From: Jim Michael [mailto:[EMAIL PROTECTED]]
> Sent: June 12, 2001 10:48 AM
> To: [EMAIL PROTECTED]
> Subject: Re: WebAccess (Novell) on Tomcat.
>
>
> I don't have the knowledge to compile a servlet... I'm just
> trying to get the existing Webaccess ones to run. Can anyone
> at least tell me what this error *means*? That is, does it
> mean the servlet can't find something... a file, or a
> definition, or ? I don't even know where to start looking.
>
> Error: 500
> Location: /servlet/webacc
> Internal Servlet Error:
>
> java.lang.NoClassDefFoundError:
> com/novell/webaccess/common/I18NMultipartParser at
>
> >Not that I don't believe you, but double check your
> classpath by creating a
> >simple servlet in the same web application that does:
> >
> >log("Classpath is " + System.getProperty("java.class.path"))
>
>
>