>> http://myserver:8080 they get tomcat home page.In web.xml you could configure your application start up page in
yourpage.jsp/htmlome-file>,
S
o this would skip the index page provided by default...
or you could redirect to your application from the index.jsp to your application.
>> http://myserver they goes directly to my web-application.You would have configured in such a way that, the listening port is changed to 80 instead of 8080.