jboss as7.1 (jsp熱部署)

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.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章