I seem to have a problem with getting a database connection in tomcat 4.1.12,
I have set up a jndi datasource in the server.xml and reference in web.xml but this line of code doesn't seem to work

Connection conn = ds.getConnection() ;
The jsp page would just loop forever and not return a error. Has anyone encountered this problem ?

This used to work in tomcat 4.0.X .


--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to