I'm new to Spring, I downloaded a sample login and I´ve played it on my computer, I have it mounted on the STS, but when I call it in the browser I get an error: 404

type Status report

Message / Login2/welcome

Description: The requested resource (/ Login2/welcome) is not available.

Could you please help out and tell mewhere exactly I'm wrong?

The example I have in tomcat under Login2 folder, is an example of dependency injection Login (pom.xml), the call in the browser should look something like: http://localhost:8080/Login2.

Specifically the example that I downloaded is to: http://www.mkyong.com/spring-securit...sing-database/, but I've adapted to my personal style.