Howdy,

>Sorry if this question has already been asked before...
>I have a webapps http://localhost/myApps/ on Tomcat 4.1.27 which I'd
>simply like to map to http://localhost . I've added a simple
><context...> tag in the server.xml file and put the "path" attribute to
>blank ("").
>This seems to work, but I'd like to know if this is enough ?
>Should I delete all "ROOT" webapps files anyway (the ones installed
with
>Tomcat by default) ? Because what I don't understand is that the ROOT
>context is disabled by default in the server.xml file (<context
>docBase="ROOT"...> tag is between comment tags), but it can still be
>accessed through HTTP !?

What you've done is enough.  You don't need to delete the ROOT files
because the ROOT context is commented out by default.  But if you don't
need them, delete them for cleanliness.

And yes, this has been asked many times before, you can search this
list's archives for more details if you'd like ;)

Yoav Shapira



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]

Reply via email to