David kerber schrieb: > I want my webapp to be the default application on my Tomcat 5.5 server, > so that it will go to the app's login page even if they don't enter the > app name as part of the url. For example, normally my app is accessed at: > > http://myserver:8081/SiteData/Login.jsp > > I want them to get Login.jsp even if all they enter is: > > http://myserver:8081 > > Do I need to install the SiteData app as root to accomplish this, or can > it be done without this second installation?
Aside from making your webapp ROOT you could add a welcome-page to the existing ROOT webapp that sends a redirect to /SiteData/Login.jsp. Regards mks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]