ROOT.war would deploy as the "ROOT" context.  Note that
this "ROOT" context is simply the default context that
is used when no other context matches.  Serving "ROOT"
as the default context, instead of "/ROOT" is a
feature of the handling which autoserves the
"webapps" directory.  You can use any webapp as the
default context by specifying path="" in its context
declaration.

Cheers,
Larry

> -----Original Message-----
> From: Ken Helmes [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 08, 2002 12:43 PM
> To: [EMAIL PROTECTED]
> Subject: war file with root context
> 
> 
> Hello,
> 
> Can someone say if there any way to deploy a .war file into the ROOT
> context?
> 
> I want, for example, http://myhost/myServlet
> 
> and not http://myhost/application/myServlet
> 
> I know that if I put the classes into ROOT/WEB-INF/classes it 
> will work, but
> it would be nice to make it work with a war file.
> 
> 
> Ken Helmes
> 
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to