Reputation: 37
when using jrebel, How can I make it automaticly republish static resource such as HTML javascript and jsp?
Upvotes: 0
Views: 2147
Reputation: 6591
you should use rebel.xml configuration file to map your resources like jsps to the deployed app.
Check out the example: http://www.zeroturnaround.com/reference-manual/app.html#app-3.1
Upvotes: 3