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