> I cannot tell from your advice whether trivial changes like AD server IP > address changes can be done in the deployed deployerConfigContext.xml or if > they will not take effect with a restart.
This behavior depends on the servlet container and its configuration. On Tomcat in its default configuration, you can edit the unpacked WAR files and the changes will take effect on restart. However, simply touching the deployed WAR file will cause it to be redeployed, overwriting any changes made to files in the unpacked working directory. It's best to unpack, edit, repackage and redeploy if you want to edit files in the WAR directly. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
