Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting HTTP Status 404 - / error message when hitting URL http://localhost:8080/ in Tomcat? [duplicate]

Tags:

java

tomcat

when i try access my webapplication with link http://localhost:8080/MyWebApp/login.do It works fine but when i try to access default page in tomcat with URL http://localhost:8080/ i am getting below error

UPDATE:- i am using springsource-tc-server-developer

type Status report
message /
description The requested resource (/) is not available.

As per my understanding it should give me the default welcome page. Should i need to configure anything for this?

like image 389
M Sach Avatar asked Nov 13 '22 13:11

M Sach


1 Answers

Try hitting /admin for Tomcat Admin page.

If your using new install Tomcat 7, try installing the manager.

like image 79
Andy Avatar answered Nov 16 '22 02:11

Andy