Tomcat myfaces dynamic source files
        Posted  
        
            by 
                Gerrie
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gerrie
        
        
        
        Published on 2010-12-30T09:37:29Z
        Indexed on 
            2010/12/30
            9:54 UTC
        
        
        Read the original article
        Hit count: 325
        
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?
© Stack Overflow or respective owner