Maybe I'm blind but you defined both the hsqldb driver and the JdbcOdbc driver in a single <param-value> The ibm thing is commented out and the hsldb thing should also be commented out (or in a separate <init-param> I think)
Floris T'Joen wrote:
Hi ,
I knew, I already added in web.xml following paraagraph , but I forget to mention in my e-mail. With te driver mentionned, it doesn't work either. Somethig else I need to do ??
<init-param> <param-name>load-class</param-name> <param-value> <!-- For IBM WebSphere: com.ibm.servlet.classloader.Handler -->
<!-- For Database Driver: --> org.hsqldb.jdbcDriver sun.jdbc.odbc.JdbcOdbcDriver
<!-- For parent ComponentManager sample: org.apache.cocoon.samples.parentcm.Configurator --> </param-value> </init-param>
greetz Floris
-----Oorspronkelijk bericht----- Van: Antonio Gallardo [mailto:[EMAIL PROTECTED] Verzonden: vendredi 9 avril 2004 17:25 Aan: [EMAIL PROTECTED] Onderwerp: Re: Make connection in Cocoon to a Microsoft Acces DB
Hi:
You need to define the driver in web.xml
Also, newer versions are:
JDK 1.4.2 --> 1.4.2_04 Cocoon 2.0 --> 2.1.4 Tomcat 4.1 --> 5.0.19
Best Regards,
Antonio Gallardo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
