Hello, I have a Java web application built using Spring + Freemarker + Hibernate + XFire Everything worked fine until today when....after creating a new page Controller, I built the project -> BUILD SUCCESFULL, but when I start Tomcat i get ... IllegalStateException: Cannot map handler [<handlerName>] to URL path.
It seems that my controller is instantiated twice, but I don't know why. It should instantiate ONCE as I create a bean for it in .xml file exactly as for the other(30-40) controllers. any ideea? Thanks. -- View this message in context: http://www.nabble.com/...-IllegalStateException%3A-Cannot-map-handler--%3ChandlerName%3E--to-URL-path-tp24895937p24895937.html Sent from the Tomcat - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org