I have developed a J2EE Web Application using a servlet engine that supports
connection pooling using jndi lookups (as specified by j2ee spec). In other
words, I have dozens of servlets and jsp pages that all make use of this
syntax:
Context ctx = new InitialContext();
DataSource ds = ctx.lookup("jdbc/pool/MyDb");
conn = ds.getConnection();
Now I want to switch to Tomcat, but Tomcat does not support this mechinism.
Is there any way to make Tomcat work with a j2ee complient jndi connection
pool lookup?
Dave
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html