Hi, I am facing a problem with defining different system properties for 2 different instances of the same web application.
In my deploy directory I have two extracted war files and the application expects a system property to be set that holds a directory path and this must be different for the 2 applications. With tomcat I'm doing it like this: <Context path="/QA" .....> | <Parameter name="streetstation.config.dir" value="U:\eRefFE\.." override="true"/> | </Context> | <Context path="/SR" .....> | <Parameter name="streetstation.config.dir" value="V:\eRefFE\.." override="true"/> | </Context> How can this be achieved with JBOSS? I tried with the properties-service.xml but I have not clue how to use different values for different applications. any help is greatly appreciated thanks, Guido View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873492#3873492 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873492 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development