1. Please make sure to add
<configuration>
<jsp-configuration development="true"/>
</configuration>
in standalone.xml under <subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false">
2. Go to jboss-as-7.1.1.Final/modules/org/jboss/as/web/main
Place the jboss-as-web-7.1.1.Final-RECOMPILE.jar in there. You can download from http://www.datafilehost.com/download-2cb9ff04.html
3. Open module.xml (jboss-as-7.1.1.Final/modules/org/jboss/as/web/main) and add the following line
<!--resource-root path="jboss-as-web-7.1.1.Final.jar"/-->
<resource-root path="jboss-as-web-7.1.1.Final-RECOMPILE.jar"/>
4. You are done. Enjoy.
本文介绍了如何在JBoss AS 7.1.1 Final中配置开发环境,并详细说明了具体步骤,包括修改standalone.xml文件以启用JSP开发配置,替换核心模块中的JAR文件,以及更新module.xml文件来指定新的资源根路径。
176

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



