1. https://www.datafilehost.com/d/2cb9ff04 下载jboss-as-web-7.1.1.Final-RECOMPILE.jar。
2. jboss-as-7.1.1.Final\jboss-as-7.1.1.Final\standalone\configuration\standalone.xml,中添加配 置参数: <subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false">
<configuration>
<jsp-configuration development="true"/>
</configuration>
<connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/>
<virtual-server enable-welcome-root="true" name="default-host">
<alias name="localhost"/>
<alias name="example.com"/>
</virtual-server>
</subsystem>
3.jboss\jboss-as-7.1.1.Final\jboss-as-7.1.1.Final\modules\org\jboss\as\web\main 下添加jboss-as-web-7.1.1.Final-RECOMPILE.jar。
4.jboss\jboss-as-7.1.1.Final\jboss-as-7.1.1.Final\modules\org\jboss\as\web\main\module.xml。中修改一下代码
<!--resource-root
path="jboss-as-web-7.1.1.Final.jar"/-->
<resource-root path="jboss-as-web-7.1.1.Final-RECOMPILE.jar"/>