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

Recommended Answers

All 2 Replies

use the welcomefile setting in the web.xml. See your servlet/jsp reference on what to do.

Thanx i was able to configure it

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.