o my query.
-Original Message-
From: David Delbecq [mailto:[EMAIL PROTECTED]
Sent: Monday, October 24, 2005 3:37 PM
To: Tomcat Users List
Subject: Re: Do not want change into the warfile name
Well contexts are used to name web applications
web applications are accessed using
http://host:port/c
Well contexts are used to name web applications
web applications are accessed using
http://host:port/contextName/
That is if you set context to 'clay', it's the
expected behaviour it's accessible using
http://host:port/clay/
For this, war is stored on server using name 'clay.war'
If it was to be