Dwayne-

ROOT war files
.war files with the name ROOT.war are given special treatment during
deployment, when Tomcat detects and deploys the ROOT.war file instead of
creating a web application mapped to (/warname).war it maps it to the root
url (http://yourdomain.com/). However, because the root context is
preconfigured within the server.xml above deploying a ROOT.war file will
have no affect because a root context already exists. To deploy ROOT.war
files, stop Tomcat, remove the root <context> and restart Tomcat.

Martin Gainty


----- Original Message ----- 
From: "Dwayne Ghant" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, December 09, 2004 3:56 PM
Subject: Re: Enabling ROOT context for Tomcat5.0.28/Apache 2.0.x


> Does anyone want to take shot at that question.
> I know it's simple but for some reason I seem to
> be having some kind of problem!!!
> PLEASE HELP.
>
> Dwayne Ghant wrote:
>
> > I have successfully install both tomcat and apache.
> > And they work find together.
> >
> > What I would  like to do now is re-enable the ROOT context so I can
> > view the ROOT applications. I have tried the code below (thinking that
> > is all I would have to do), but it didn't work.
> >
> >
> > <Context path="" docBase="ROOT" debug="0" reloadable="true"
> > crossContext="true"/>
> >
> > Could anyone take a shot at this .
> > All I would like to do is be able to see the ROOT default applications
in
> > my URL (ex:http://localhost/).
> >
> > Thank you .
> >
> >
>
>
> -- 
>
> Dwayne A. Ghant
> Application Developer
> Temple University
> 215.204.5555
> [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to