JRebel监视struts.xml

时间:2012-09-21 04:31:40

标签: java-ee struts2 jrebel

无法找到有关此内容的任何信息。有什么方法可以让JRebel监视struts.xml以进行更改。测试时会发生很多变化。

任何解决方案?

EDITED

控制台

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'.

Rebel.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>

Screenshot

2 个答案:

答案 0 :(得分:0)

只需将rebel.xml添加到项目文件夹中的项目resource文件夹即可。它会自动检测struts.xml中的每个更改。

注意:: jrebel不依赖于框架。

答案 1 :(得分:0)

您使用的是哪个版本的Struts?您对该文件引入了哪些更改?也许这还没有实现。您可以做的最好的事情是提供示例应用程序并将您的问题描述发送给JRebel支持