0 Replies Latest reply on Sep 19, 2006 12:30 PM by steelheadpatty

    Database connection - moving from Tomcat to JBoss

    steelheadpatty

      I'm moving an app from Tomcat to JBoss and am having trouble connecting to my database.

      In the Tomcat version of my app the JNDI connections are setup per application (inside the .war) in META-INF/context.xml.

      I've done a little reading and it appears that I must move the JNDI connection description from my app to a more global location?

      That doesn't seem right. Is it?
      I hope that's not too vague ...

      Thanks.