Spring Tomcat and static resources and mvc:resources?

Plays well with annotated controllers, but may require some extra configuration with other kinds of controller mappings. I guess in your case you need to declare BeanNameUrlHandlerMapping manually (it's usually registered by default, but overrides defaults as a side-effect of applying its own configuration).

With this the images work but spring doesn't find the mapping for the controller (that it finds without the resources tag). – gotch4 Jan 24 at 17:02 @gotch4: Show your MainController. – axtavt Jan 24 at 17:18 Jesus what a pain... This needs to be logged as a bug in Spring for sure.

– ericacm May 3 at 8:21 jira.springsource. Org/browse/SPR-8289 – ericacm May 3 at 8:38 @erucacm: I don't believe it's a bug. Basically, this behaviour with overriding defaults is described in DispatcherServlet's javadoc.

Also, it don't harm annotated controllers, only controllers mapped by bean name. – axtavt May 3 at 8:51.

Mvc:resources plays well with annotated controllers, but may require some extra configuration with other kinds of controller mappings.

I had the same problem. I was able to fix this by using the full path like for.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions