Hi, I'm using cocoon 2.04 with Tomcat 4.1. I'm quite new to cocoon, so I hope this hasn't been discussed before - I've checked the mail archive and there was some discussion re. Firebird but it seems that mine is a different problem, as the driver isn't loaded in the first place.
I have successfully set up and used an Oracle DB connection before, and now I'm trying to use a Firebird DB. I made the necessary additions to web.xml and cocoon.xconf, and I placed the Firebird Driver (org.firebirdsql.jdbc.FBDriver, in firebirdsql.jar) into the same Tomcat dir as the Oracle driver (tomcat/common/lib). When I now try to start cocoon, I get a Tomcat Status 500 Error page. (Servlet Exception, root cause: java.lang.NoClassDefFoundError: javax/resource/ResourceException). Putting the firebirdsql.jar into cocoon/web-inf/lib, and unpacking it into cocoon\web-inf\classes, didn't help. The access log stops after "Trying to load class: org.firebirdsql.jdbc.FBDriver", while with the Firebird driver removed from the 'load-class' parameter in web.xml, cocoon starts running and the access log continues after loading the Oracle driver. Does anybody have a clue? Thanks Nik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
