I have configured my tomcat to work on port 80 so when i press http://localhost/ i gets the default page of tomcat.
I have a web apps under webapps folder and it has the starting page as login.jsp. How do i configure so that i get the login.jsp when i enter http://localhost/
Please help me... i am stucked with my project