> 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"/>
>         -->

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]

Reply via email to