找不到任何有关此的信息。JRebel 有什么方法可以监控 struts.xml 的变化。这在测试时发生了很大变化。
有什么解决办法吗?
已编辑
安慰
INFO: Starting Servlet Engine: Apache Tomcat/7.0.30
[2012-09-22 19:29:45] JRebel: Directory 'C:\MyProjects\4-Interceptors\target\classes' will be monitored for changes.
[2012-09-22 19:29:45] JRebel: Directory 'C:\MyProjects\4-Interceptors\src\main\webapp' will be monitored for changes.
[2012-09-22 19:29:50] JRebel-Log4j: Monitoring Log4j configuration in 'file:/C:/MyProjects/4-Interceptors/target/classes/log4j.properties'.
叛逆者.xml
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://www.zeroturnaround.com/alderaan/rebel-2_0.xsd">
<classpath>
<dir name="C:/MyProjects/4-Interceptors/target/classes">
</dir>
</classpath>
<web>
<link target="/">
<dir name="C:/MyProjects/4-Interceptors/src/main/webapp">
</dir>
</link>
</web>
</application>