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.

Thanks.

M.

Reply via email to