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?