> From: Shelley [mailto:[EMAIL PROTECTED] 
> Subject: Overriding the Webapp Display Name
> 
> Can the web-app displayName (from the web deployment descriptor) be
> overridden via any Tomcat configuration (ex: context.xml)?

I made a cursory scan of the relevant Tomcat 6 code, and didn't find any
means of overriding what's in the web.xml file via configuration.  The
org.apache.catalina.core.StandardContext class does provide a
setDisplayName() method, so you might be able to do it with a valve or
listener at run time.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to