1 Reply Latest reply on May 3, 2004 4:05 PM by jguzzardo

    Environment variables

    jguzzardo

      In Tomcat you can specify global environment variables for your application in your server.xml file (e.g. ) and then retrieve them using InitialContext.lookup("java:comp/env/MyName"). I would like to do the same for my session beans. Is there an analagous facility to do the same in JBOSS?

      TIA, Joe