On 10/01/2010 23:25, Caldarale, Charles R wrote:
>> From: Patrick Flaherty [mailto:pflah...@rampageinc.com]
>> Sent: 2010 January 10, Sunday 16:28
>> To: Tomcat Users List
>>
>> Can anyone post a virtual host snippet from their server.xml ?
> 
> Better if you post your server.xml and the <Context> elements from your 
> webapps (which should not be in server.xml).

For the sake of completeness, there is an exception to this
rule/guideline. If you set autoDeploy=false and deployOnStartup=false on
a host then you have to define your contexts in server.xml.

Defining contexts in server.xml is discouraged if you don't need to as
it means you have to restart Tomcat if you make a change.

Mark



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

Reply via email to