struts应用程序的配置这里要配置的文件有两个 web.xml struts-config.xml 配置ActionServlet(only one),使其接收应用程序收到的所有请求
分为两步,a:使用servlet元素配置servlet实例,做servlet-mapping
2,配置初始化参数:init-param,以name/value表示
config :默认为/WEB-INF/struts-config.xml
config/sub1:config/... 从附加的struts配置文件中加在资程序sub1
debug:servlet的调试detail
detail:Digester的调试detail
convertHack
3,
4,
5,
(
<
Struts配置文件
ApplicationConfig: 包含了struts配置文件中的所有信息
1,
2,
3,
4,