Re: System property use in web.xml?

2007-02-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, Bill Barker wrote: > <[EMAIL PROTECTED]> wrote in message >> However, when I try to deploy this webapp to Websphere 6.0.x, even after >> defining a custom property for 'region' in the server profile, I get a: >> >> java.io.FileNotFoundExcepti

Re: System property use in web.xml?

2007-02-21 Thread Bill Barker
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I've inherited a webapp which includes a system property reference (ie., > "region") in its web.xml (BTW, this context-param is used to lookup a > Spring context file---e.g. /WEB-INF/jmsContext-eur.xml) > > >contextConfig

System property use in web.xml?

2007-02-21 Thread Martin . X . Zaidel
I've inherited a webapp which includes a system property reference (ie., "region") in its web.xml (BTW, this context-param is used to lookup a Spring context file---e.g. /WEB-INF/jmsContext-eur.xml) contextConfigLocation /WEB-INF/jmsContext-${region}.xml,