您的位置:首页 > Web前端 > JavaScript

jboss as7.1 (jsp热部署)

2014-01-23 18:00 344 查看
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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: