Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSF hot reload

843844Nov 5 2008 — edited Nov 6 2008
Hi all,

I am using Netbeans 6.1, tomcat 6.0.18, JSF1.2

I test my develop environment with a simple .xhtml page contains

<h:outputText value="1"/>

and everything is fine.

However, when I change the value to 2, the output text still shown as 1. And I have to restart my tomcat and browser to see the new output result.

This is annoying. How can I reload this page without restart my server?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 4 2008
Added on Nov 5 2008
5 comments
477 views