> 
> From: "jacky" <[EMAIL PROTECTED]>
> Date: 2006/02/16 Thu PM 11:08:59 EST
> To: "Tomcat Users List" <users@tomcat.apache.org>
> Subject: Re: Re: context error
> 
> I added the <Context path="" docBase="ROOT" debug="0"/>, it still doesn't work
> 
>      Best Regards.
>        jacky  
>        
> ----- Original Message ----- 
> From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <users@tomcat.apache.org>
> Sent: Friday, February 17, 2006 10:13 AM
> Subject: RE: Re: context error
> 
> 
> > From: "jacky" <[EMAIL PROTECTED]>
> > Subject: Re: Re: context error
> > 
> > server.xml is the default server.xml:
> > 
> >         <!-- Tomcat Root Context -->
> >         <!--
> >           <Context path="" docBase="ROOT" debug="0"/>
> >         -->
jacky
     The <!-- and --> you have before and after the default context descriptor 
are commenting it out.  Remove those.  I sent you a snippet to try earlier.  
Any luck?
Warren
> 
> Part of the problem may be that you have no default <Context>.  There
> should be one (and only one) <Context> tag with path="".  If you want
> your app to be the default, you can just set its path to "".
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail
> and its attachments from all computers.
> 
> ---------------------------------------------------------------------
> 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