0

Java changes are reflecting immediately but not changes on the xhtml pages are showing up after page refresh.

rebel.xml

<classpath>
    <dir 
        name="${rebel.workspace.path}Projects/test/target/classes">
    </dir>                      
</classpath>
<web>
    <link target="\">
        <dir 
            name="${rebel.workspace.path}Projects/test/src/main/webapp" />
    </link>
</web>
Arturo Volpe
  • 3,442
  • 3
  • 25
  • 40
user679526
  • 845
  • 4
  • 16
  • 39

1 Answers1

0

Make sure your target attribute matches the context root of your webapp. And that the rebel.xml exists in the webapp which you have deployed. There isn't enough supporting detail in the question to give any other suggestions at this point.

Simon
  • 36
  • 3