That doesn't seem to work. I still have both running. I changed the Host as
below:

      <Host name="localhost" appBase="webapps"
       unpackWARs="true"     autoDeploy="false"
       xmlValidation="false" xmlNamespaceAware="false"
       debug="5">

I am running Tomcat 5.0.27

----- Original Message ----- 
From: "Shapira, Yoav" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>; "e-Denton
Subscriber" <[EMAIL PROTECTED]>
Sent: Monday, September 20, 2004 11:12 AM
Subject: RE: ROOT Problem



Hi,
You have autoDeploy enabled (this is the default).  Turn it off by
modifying the Host element in your server.xml.

Yoav Shapira
Millennium Research Informatics


>-----Original Message-----
>From: e-Denton Subscriber [mailto:[EMAIL PROTECTED]
>Sent: Monday, September 20, 2004 12:08 PM
>To: Tomcat Users List
>Subject: 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: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


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