jboss - Wildfly global module - how to pass in configuration parameters -
we trying deploy servletextension in wildfly 10 server global module. purpose have our custom httphander automatically injected every web app deployment. question is, how configure environment-specific configuration properties our servletextension? example, can add properties somewhere in standalone.xml servletextension can read? know there jndi solution i'm looking simpler.
Comments
Post a Comment