|
From: Leif M. <le...@ta...> - 2007-05-24 01:08:10
|
Chandra, This is something that I often do myself using Ant. It is quite easy to do token replacements using Ant and generate the wrapper.conf from a template. Have you looked into this? It would make your production wrapper.conf much cleaner than what you suggested. Let me know if there are some reasons why Ant would not work for you. Cheers, Leif Chandra Patni wrote: > It will be quite useful if wrapper can support, > > wrapper.java.additional.N.development=-DDevSpecificProperty > wrapper.java.additional.N.staging=-DStagingSpecificProperty > wrapper.java.additional.N.production=-DProductionSpecificProperty > > #APPLICATION_ROLE variable is set to either (development, staging, > production) > > wrapper.config.filter.selector=%APPLICATION_ROLE% > > I am wondering if anything like this already exists or in the pipeline. > > -Chandra |