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 name gets changed to what the context name
is provided into the build script. 

This means, if i have a context named " clay " , then the existing warfile "
example.war " gets renamed to "clay.war" and gets deployed under the webapps
of clay tomcat instance.

Kidnly, help me -- how can i configure manager deploy, for not having my
warfile name changed according to context detail.


Thanks & Regards,
Nehal


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to