Hi, how to set your own application page as default tomcat page?
I have my application and i am configuring my server. By default when you give the URL it will be going to TOMCAT manager page. for e.g., ' http://locahost' will take you to 'http://localhost/manager/html' which is tomcat's default page. I want my application's index page to be displayed as the default page. ie.,when you say 'http://localhost' it should go to 'http://localhost/MyApp' How can i do it. Please help me in the regard -- Pavan S. Kumar