Is it possible to compile OJB without using the j2ee.jar? I'm trying to use a custom version of OJB with a Tomcat servlet but it always throws NoClassDefFound errors. I think it might because I don't include j2ee.jar in the Tomcat classpath. When I do, however, I get this instead:

WebappClassLoader: validateJarFile(/home/local/mhdavids/Scoperto/tomcat/webapps/scoperto/ WEB-INF/lib/j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class

Removing servlet.jar (which I've heard suggested elsewhere) isn't an option I'm afraid. I was hoping to cut any J2EE dependancies instead. Thanks

-- Martin


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to