Geoffrey Wiseman wrote: 
> 
> On Fri, Sep 26, 2008 at 7:29 PM, Mick Knutson
<[EMAIL PROTECTED]>wrote:
>
> > I want to set my war to have a root context of '/' instead of
'mywarname/'
> >
> > I can't remember how to set this and would appreciate a refresher.
> >
>
> That's configuration in the application server, usually -- completely
unrelated to Maven, unless you're talking about, say, making >that
happen in the Maven cargo plugin.
>  - Geoffrey

Unless you're using EAR files, in which case it's pretty trivial (and
documented!). See
http://maven.apache.org/plugins/maven-ear-plugin/examples/customizing-co
ntext-root.html.

There is no standard mechanism for specifying a context root of a
standalone WAR deployment (i.e. outside of an EAR deployment).

Justin

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

Reply via email to