Mendelson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 27, 2006 9:47 AM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: RE: [SPAM] RE: Best Practice for properties files
Richard,
Thanks for the suggestion. I appreciate the elegance of your ant targets to
create war files targeted for ea
ne 24, 2006 9:44 PM
To: 'Tomcat Users List'
Subject: [SPAM] RE: Best Practice for properties files
Paul, are you using the deployer application to deploy your app (e.g.
apache-tomcat-5.5.17-deployer)?
If so, then it is very easy to modify the build.xml to customize the
log4j.properties, app
Paul, are you using the deployer application to deploy your app (e.g.
apache-tomcat-5.5.17-deployer)?
If so, then it is very easy to modify the build.xml to customize the
log4j.properties, app.properties and any other file, and then deploy it
properly. You could even have a different ant target fo
We had a similar problem. We moved the properties files into the
common/classes/<> or
shared/classes/<>. This way the properties files can be
changed in a production system without redeployment.
>>> [EMAIL PROTECTED] 06/23/06 10:46 AM >>>
I have a fairly normal application that I am deployin