Bill Barker wrote:
> "Mario Splivalo" <[email protected]> wrote in message 
> news:[email protected]...
> 
> Tomcat also supports ant-style variable replacement, so using that then 
> Ken's example would look like:
>   <context-param>
>      <param-name>baseprefix</param-name>
>      <param-value>${BPVAL}</param-value>
>   </context-param>
> 
> where BPVAL is a Java system property (that can be set in 
> catalina.properties for example).

And, those can be used also in apps context.xml?

> Of course, this only works for Tomcat.  Ken's suggestion will work on any 
> servlet container. 

Yes, in the long run I'll stick to those, but since we're only using
Tomcat for now it would be much easier not to fiddle with ant.

Thank you all!

        Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to