
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
I need to ship a java web app ( war file ) along
with tomcat. I have to set some properties in a property file inside the war. I
thought of 2 ways -
1. Create a properties file during install and add
it to the war ( assuming there is a way in izpack ).
2. Deploy to tomcat, then override the properties
file, then restart Tomcat ( which will be a service ).
Which is better ?
Thanks
pady