标签:websphere tail target def col Servle tty 地址 url
在org.springframework.web.servlet.DispatcherServlet之前加入
<servlet-mapping> <servlet-name>FileServlet</servlet-name> <url-pattern>*.js</url-pattern> </servlet-mapping>
而在tomcat下为:
<servlet-mapping> <servlet-name>default</servlet-name> <url-pattern>*.js</url-pattern> </servlet-mapping>
不同的应用服务器对应的静态资源文件处理的servlet名称不尽相同:
tomcat,jboss,glassfish,jetty : defaut; weblogic : FileServlet; websphere : SimpleFileServlet; resin : resin-file; GAE : _ah_default
原文地址:https://blog.csdn.net/tustyao/article/details/50401905
SpringMVC工程环境由tomcat切换到weblogic,访问不到静态资源
标签:websphere tail target def col Servle tty 地址 url
原文地址:https://www.cnblogs.com/zqm-sau/p/11482918.html