0 Replies Latest reply on Aug 31, 2005 4:11 PM by anguyen

    Using ${...} in web.xml

      I have a need to support variables in web.xml whose values can be provided by system properties. I can do this for virtually all other JBoss config files, like jboss-web.xml, jboss-service.xml, etc... Does anyone know if there's an easy way to get this kind of variable support to work in web.xml?

      I was trying to locate the Tomcat code that processes web.xml, hoping that I could inject some custom behavior there, but I'm not able to find that piece of code :(

      Any help is much appreciated.