Hello,
I configure my
Tomcat with Eclipse and then start the Tomcat server with Eclipse.
When I hit below link:
http://localhost:8080/NewProject/MyJsp.jsp
IE browser displays me correct page.
After that I hit
http://localhost:8080/
and it shows me Error-404, instead of showing Tomcat Homepage.
Note: After facing above problem, I stopped Tomcat server from Eclipse and again start it manually. After that when I hit
http://localhost:8080/, it displayed me correct homepage. But then I again hit
http://localhost:8080/NewProject/MyJsp.jsp which now show me
Page not Found Error.
Please suggest me a solution asap.
Thanks,
Vaibhav