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
c :(ccc : Richard Leotard/Dev_middle/Paris/Exane)
Objet : Do not want change into the warfile name
*** Ce message vous a été émis sur Internet par
[EMAIL PROTECTED] / Message sent through Internet by
[EMAIL PROTECTED] ***
Hi All,
I need to deploy only one warfile. e.g = "example
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
Hi All,
I need to deploy only one warfile. e.g = "example.war" to multiple tomcat
instances having different context names. Currently, i am using ant's build
script with manager deployer.
Hence, while deploying the warfile to multiple instances, in the "webapps"
of every instance, the war file's