You could try and add an @Controller
annotation on top of your myController Class and
try the following url //my/hello.html
.
This is because org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
prepends /my to each RequestMapping in the myController class.