You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Gregg Kelly <gk...@comcast.net> on 2006/02/06 21:45:09 UTC

Defining servlet as default web application

I have a servlet that I've developed that I want to define as the default
application but am not sure how to achieve this.  Specifically, I have a
servlet as part of a package and is in webapps/ROOT/classes.  I have defined
a mapping so I can run the servlet my its name - http://192.168.0.6/MyApp.

 

I understand how to modify the config files for welcome files but not to
define a servlet to run automatically when going to http://192.168.0.6
<http://192.168.0.6/> .

 

Thanks!

 

>>>Gregg