You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by e-Denton Subscriber <su...@e-denton.com> on 2004/09/20 18:07:57 UTC

ROOT Problem

Hi,

I set my context to use my app as the default app:

<Context displayName="e-Denton Portal Application"
         docBase="e-Denton"
         path=""
         reloadable="true"
         useNaming="true"
         debug="5">

It does call my app with this URL http://127.0.0.1:8080/, but it also starts
up the app in /e-Denton. In other words, it is running both as the default
app and as its own app. What am I doing wrong?

Thx.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org