Brill Pappin wrote:
I don't know how others are deploying, but I definitely *do not* want the version appended to the war file.Several webapplication containers *do* support supplying additional information regarding the context in which the application is deployed.
The reason for this is that most containers name the context after the name of the war file and having a version on the end would mean that the context changed every time a new version was deployed.
* Tomcat: supply a foo.xml for your foo-1.0.war in which you define the Context with as base the war file name
* JBoss: supply next to the web.xml a jboss-web.xml file with the context name.
These also allow for automatic configuration of the server.xml (or whatever configuration mechanism your server uses).
With regards,
Martijn Dashorst
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
