I\'m creating a JSF/Facelets web app in Eclipse. I\'ve configured my project to use a Tomcat (6.0) server that is started/stopped by Eclipse.
Whenever I save a file
This can happen if you have a builder in Eclipse set to deploy on save. Right click on your project -> properties -> builders
Turn off "Build Automatically"
I have always used this and it works fine for me. The context is reloaded only when you change classes or the web descriptor.
In your project structure where you keep .xhtml files which makes eclipse reload the context on changing?
In the server View, double click on your Tomcat instance. This will open the properties of your Tomcat server. As I am not sure of which parameter will help you to solve your problem, check the following options in the latter view:
Hope this will help you.