3 Replies Latest reply on May 9, 2005 11:06 PM by mlybarger

    getting URL's from JNDI lookup

    mlybarger

      i'm configuring our web application to get URL's from doing a JNDI lookup. i have the resource-ref defined in web.xml, and have the coresponding resource-ref defined in jboss-web.xml. this seems to work, but we would really like to have these definitions outside of the jboss-web.xml.

      it would be nice to define them at the server configuration level so that we can deploy application A.war to machine foo which has a url ref pointing to internal.server.com, and also deploy applicaion A.war to machine bar which has a url ref pointing to external.server.com. how can i configure this so that i can deploy the same ear/war to different app servers w/o touching the ear/war?