Andre,

On 10.9.2014 18:43, André Warnier wrote:
Otherwise, my customer sysadmins would have to unpack the WAR, edit
web.xml to insert their specific values, and re-pack the WAR.  Which
they do not like to do either.

My customers also do not like a solution consisting in having these
parameters defined somehow as JVM properties that must be given on the
java command-line, because then any user with a console on the server
can see them by doing a simple "ps -ef".

Could you move client specific parameters to context.xml (appname.xml)? Then, your client could keep the appname.xml at $CATALINA_BASE/conf/[enginename]/[hostname]/ directory, and replace war file with new versions? There is no need to unpack and repack the war file.

-Ognjen


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to