On Fri, 5 Nov 2004 20:23:30 +0800, Jojo Paderes <[EMAIL PROTECTED]> wrote:
> Here's my context.xml file:
> 
> <Context displayName="My Web App"
>        path=""
>        docBase="mywebapp.war"
>        reloadable="true"
>        useNaming="true"
>        debug="5"
>        unpackWAR="true">
> </Context>
> 
> Seems to be not working either. When I access the root context
> (http://localhost), I still get the Tomcat default page and not my
> webapp's index page. I'm deploying my webapp on a default Tomcat 5.5.3
> setup. I will try this on 5.5.4.

Since the path attribute is redundant information, it is ignored in
context.xml files. Same for docBase in many cases.
Please do not open a bug report about this, or propose switching back
to the old behavior.

-- 
xxxxxxxxxxxxxxxxxxxxxxxxx
Rémy Maucherat
Developer & Consultant
JBoss Group (Europe) SàRL
xxxxxxxxxxxxxxxxxxxxxxxxx

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

Reply via email to