0 Replies Latest reply on Jul 22, 2003 4:08 PM by smileyq

    JNDI with Tomcat?

    smileyq

      I have been reading the JBoss docs and have found the reference to adding the resource-ref tag in my jboss-web.xml file to link my datasources etc.. with tomcat. My question is when I write my classes do I use lookups on the jndi-name specified in the jboss-web.xml or the web.xml file. I don't see how it makes it possible to write once and deploy anywhere if you have to re-code your servlets or DAO's to use the new JNDI name. Am I missing something?