kuangfuking
kuangfuking

Reputation: 37

Jrebel eclipse tomcat republish problem

when using jrebel, How can I make it automaticly republish static resource such as HTML javascript and jsp? enter image description here

Upvotes: 0

Views: 2147

Answers (1)

Anton Arhipov
Anton Arhipov

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

Related Questions