When working on JSF Views in the Axon.Ivy Desginer 7.0.11 I face sometimes the problem that need to completely restart the designer otherwise I do not see any changes in the browser. How can I solve this problem?

asked 12.09.2019 at 03:23

adamf's gravatar image

adamf
(suspended)
accept rate: 25%


Hello Adamf,

you have to change your the javax.faces.FACELETS_REFRESH_PERIOD from -1 to 1 in your web.xml. This interval specifies the amount of time that Facelets compiler has to wait until checking for changes in pages. For your prod system, a value of -1 is just perfect. But as a developer working on pages you want the facelets compiler to check for changes.

You can find the web.xml in your designer in the WEB-INF of your webapps. For example: C:\IvyDesigner\webapps\ivy\WEB-INF\web.xml

Thanks to Hung who explained this solution.

link

answered 12.09.2019 at 03:39

Andreas%20Z's gravatar image

Andreas Z
(suspended)
accept rate: 100%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×79
×78

Asked: 12.09.2019 at 03:23

Seen: 2,177 times

Last updated: 12.09.2019 at 03:39