"Mario Splivalo" <mario.spliv...@megafon.hr> wrote in message news:4b27994e.5080...@megafon.hr... > Bill Barker wrote: >> "Mario Splivalo" <mario.spliv...@megafon.hr> wrote in message >> news:4b266622.5060...@megafon.hr... >> >> 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? >
Yes, this should work in context.xml (and even server.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: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org