Accessing the java:comp/env JNDI lookup context outside of a J2EE container
I was recently modifying some custom JDBC code that is meant to work inside of Tomcat where a JNDI naming context has been setup with a reference for a
javax.sql.DataSource. ( Read more... )