I'm working with Eclipse 3.5, Tomcat 6, JSF 1.2 and IceFaces 1.8. Whenever I update any file in my app, I have to restart the server to see the latest changes. How to update my app without restarting the server?
The server option "Automatically publish when resource changes" is already selected.
Update: If I change the main file, the changes can be seen immediately. However, if I update any file used in a <jsp:directive.include />
tag, I must restart the server to check the changes or update the main file with a fake update, like adding a white space.