How to serve static resources using Spring's mvc:resources on WebLogic?
问题 We have a web app that works beautifully on tomcat, but fails to run on a latest weblogic cause of static resource loading issues - basically we serve all resources from /static/** and have set this up in the spring servlet xml file like this: <mvc:resources mapping="/static/**" location="/static/" /> This works on tomcat, but on weblogic you simply see an ugly page as all CSS/JS/jpgs within the static directoty cannot be found. I played with this, too: <mvc:default-servlet-handler /> I