If I make changes in my .xhtml
file, the changes are not getting reflected on the screen in my browser. To get it to work, I have to restart the server everytime. This seems unwieldy to me.
I have added the following context parameters in my web.xml
:
<context-param>
<param-name>javax.faces.PROJECT_STAGE</param-name>
<param-value>Development</param-value>
</context-param>
<context-param>
<param-name>javax.faces.FACELETS_REFRESH_PERIOD</param-name>
<param-value>1</param-value>
</context-param>
However, they did not have any effect.
My technology stack is listed below:
- SWF 2.3.0
- Primefaces 2.2.1
- JSF 2
- Spring Security 3
- Spring 3.1.0M1I
- EhCache
- Apache Tomcat 6.0
- STS 2.5.1.