web.xml总结

1.web.xml所在位置:webapp/WEB-INF/web.xml。

2.web.xml标签加载顺序:<context-param>、<listener>、<filter>、<servlet>。

点赞