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