> > >Hi,
> > >
> > >Can anyone point me to a working example of of using a context xml
> > >fragment file to deploy an war at a different context than the war
> > >name?  In other words, I don't want to define it in the global config
> > >file.
> > >


I am using TC 5.0.27, and am able to deploy to a different context.

I have the following:
<Context path="" docBase="/path/to/myapp.war" debug="true"/>

I deploy with:
wget -q -O -
'http://administrator:[EMAIL 
PROTECTED]:8080/manager/deploy?config=file:/path/to/myapp.xml&war=file:/path/to/myapp.war&path=/'

I am however, having issues with redeployment of updated versions of the
war file.

See message titled 'Deployment Issues' from yesterday

Chris


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

Reply via email to