[JBoss-user] [Installation Configuration] - Changing system properties from web applications

2005-02-03 Thread mwomack
What is the default behavior/configuration for JBoss when a web application changes a system property? Is the change propagated to the container and other deployed web applications or is it isolated to just that web application? Is is possible to configure this behavior? -Mark View the

[JBoss-user] [Installation Configuration] - Re: Changing system properties from web applications

2005-02-03 Thread mwomack
Thanks for the quick replies. This issue I am looking at is the default transform and parser classes that are set by the system properties javax.xml.transform.TransformerFactory and javax.xml.parsers.SAXParserFactory used by the JAX-RPC factories. Our web application changes these values

[JBoss-user] [Installation Configuration] - Re: Can I configure a global jndi environment entry in JBoss

2004-12-17 Thread mwomack
If I can't set up a JNDI value available to all the web apps, can I somehow setup context-param overrides for each individual web application? What I am really trying to acheive is the setting of some context-param values in the container so that the deployer does not need to go into the

[JBoss-user] [Installation Configuration] - Can I configure a global jndi environment entry in JBoss 3.2

2004-12-16 Thread mwomack
Similar to something I have done in Tomcat 5.5.4, I want to define a jndi environment entry. In a web.xml, it would look something like this: web-app env-entry env-entry-nameMaxValueenv-entry-name env-entry-typejava.lang.Float/env-entry-type env-entry-value45.4/env-entry-value

[JBoss-user] [Installation Configuration] - Re: Can I configure a global jndi environment entry in JBoss

2004-12-16 Thread mwomack
Scott, thanks for the reply. So, instead of jndi, is it possible to create a container-wide context-param setting available to the web apps? Or is the idea of default, container-side environment settings just not supported in JBoss? thanks again, -Mark View the original post :