> From: André Warnier [mailto:a...@ice-sa.com]
> Subject: Re: GlobalNamingResources outside of server.xml
> 
> In this webapp, are some servlets that I get from third-parties, and
> which need installation-specific settings in the web.xml deployment
> descriptor, settings which are present as <param-name> and
> <param-value>.

Rather than having those parameters in WEB-INF/web.xml, put them in a 
separately distributed <Context> element as nested <Parameter> elements.  Have 
the customer place this <Context> element in conf/Catalina/[host]/[appName].xml 
at deployment time; this will avoid having to modify the .war file.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.



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

Reply via email to