>Is there a way to set a default web app under Tomcat?  For example, if I 
>package a website in mysite.war, it is installed into webapps/mysite.  In 
>order to use this application, the user must use the url 
>www.mywebsite.net/mysite (assuming that your welcome file is present).  I 
>would like to configure Tomcat so that 'mysite' is the default application 
>so that the URL www.mywebsite.net presents the welcome file present in the 
>webapps/mysite directory.

Yes, by specification the context ROOT is your default application.  Deploy 
your 'default' application in webapps/ROOT.

HTH


Cliff Rowley

Tel:      +44 (0) 1206 514263
Email:    [EMAIL PROTECTED]
Web:      http://www.onsea.net

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.360 / Virus Database: 199 - Release Date: 07/05/2002

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

Reply via email to