3 Replies Latest reply on May 3, 2019 3:32 AM by simkam

    using environment variabiles in deployment descriptors (web.xml, faces-config.xml, etc.) ?

    demanzano

      Hello,

       

      I'm using Wildfly (15.x at the moment) in Docker containers and I found that environment variables can't be used in app descriptors like web.xml (i.e. for defining the data source credentials, etc.).

      This is quite inconvenient

      I know it already supports ${env.*} for its own XML files, unfortunately it's not enough in this situation.

      (neither resolving them at packging time with Maven)

       

      Would be possibile to add the support into next WF version ? Other appservers already have it.. (like the fish-named one )

       

       

      Thanks!

       

      Ale