Jboss服务器如何设置可以修改JSP 只要刷新下立即生效

Jboss服务器怎么设置可以修改JSP 只要刷新下立即生效具体要配置Jboss的哪些配置文件?JBoss[解决办法]目前

Jboss服务器怎么设置可以修改JSP 只要刷新下立即生效
具体要配置Jboss的哪些配置文件? JBoss
[解决办法]
目前我知道是
%JBOSS_HOME%\server\default\deploy\jbossweb.sar\context.xml
 的<Context 
改为
<Context cookies="true" crossContext="true" reloadable="true" antiResourceLocking="true" antiJARLocking="true">

eclipse以选中项目右键debug  as debug on server