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

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -