Jetty (embedded)
When using this plugin with Jetty in embedded mode, you need to set the following constants:
<constant name="struts.convention.exclude.parentClassLoader" value="false" />
<constant name="struts.convention.action.fileProtocols" value="jar,code-source" />
When using this plugin with Jetty in embedded mode, you need to set the following constants:
<constant name="struts.convention.exclude.parentClassLoader" value="false" />
<constant name="struts.convention.action.fileProtocols" value="jar,code-source" />
本文介绍使用Jetty嵌入式模式时所需设置的特定常量,以确保Struts框架的正确运行。需要配置的常量包括:struts.convention.exclude.parentClassLoader 和 struts.convention.action.fileProtocols。
1472

被折叠的 条评论
为什么被折叠?



