Tomcat myfaces dynamic source files
- by Gerrie
Hi,
I'm going to try and make as much sense as possible here. We are working on a myfaces 2 app in tomcat. On our local dev machines, whenever we want to change one of our xhtml files, we have to stop the server, deploy and then start the server back up.
This is cumbersome and makes making small changes to the view tedious.
I tried changing the deployed xhtml file in tomcat, but the server only picks up the new change after a restart.
Is there any type of config in myfaces or tomcat I can do to force the rebuilding of these source xhtml's every time?