Hi I have a eclipse servlet project running on tomcat. My package name is com.gmail.ianlim224.web.test
So I will need to type this url to get to my index page:http://localhost:8080/com.gmail.ianlim224.web.test/
How can I do so that:
1) I do not need to specify the port(8080)
2) I do not need to specify the package name
This is what I am aiming to achive: http://localhost/