Thanks Chris - that works perfectly!
On 1 February 2013 11:06, chris derham wrote:
>> The documentation for the docBase (a.k.a context root) attribute
>> states that the docBase attribute should be used to point to the war
>> or exploded war file. My server's appBase is the default of 'webapps'
>
> The documentation for the docBase (a.k.a context root) attribute
> states that the docBase attribute should be used to point to the war
> or exploded war file. My server's appBase is the default of 'webapps'
> and my WAR and exploded WAR are under webapps so I have specified a
> relative path of
Hi all,
I am using Tomcat 6.0.32 and have a deployment question. I have a war
file over which I do not have control of the filename, let's call it
MYAPP.war . Tomcat's default deployment behaviour would be to deploy
this application under a context of /myapp however I want to deploy it
instead und