On 26/09/05, Stephen Duncan <[EMAIL PROTECTED]> wrote: > My only other issue is that I need to write a plugin to "clean-up" my > Tomcat META-INF/context.xml file to fix the DocBase to match the war > file name, change debugging settings, etc. and have that run during > the WAR process.
Sounds like you need context.xml to be filtered - see MNG-791. This will allow you to specify tokens in your context.xml and their values in an associated filter.properties file. You can then supply different filter.properties files depending on which profiles are activated. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
