I'm using Win2000 and JDK1.3 from Sun, the DSN is proper configured, it works with other applications ...
the datasource configuration is:
<db-connection> <pool-controller min="5" max="10"/> <driver>sun.jdbc.odbc.JdbcOdbcDriver</driver> <dburl>jdbc:odbc:test</dburl> <user></user> <password></password> </db-connection>
Christian,
it seems that the JDBC-ODBC driver is not able to be found. Make sure that JAVA_HOME/lib/rt.jar is in your CLASSPATH. This is where the JDBC driver lives for Windoze JDK/JRE.
cheers Pratik
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>