When jboss 7 is running and i change javascript file i need restart server to browser see the changes.
Some way the force jboss view the changes without restart it?
When jboss 7 is running and i change javascript file i need restart server to browser see the changes.
Some way the force jboss view the changes without restart it?
How do you deploy your application file? Is it a completely built and packaged .ear file? If it is, there is no possibility other than a full rebuild. If it is not, then you can explode deploy with Ant.
Another approach, you can live edit the .js files from the browser: Editing in the Chrome debugger
and that way you can completely avoid jboss.