liberty 8554 does not refresh xhtml files

时间:2015-04-29 00:20:16

标签: websphere-liberty

I am playing with liberty profile 8.5.5.4 in eclipse. I have the "automatically publish when resource changes" checked. I still have to restart the service when I make changes to xhtml jsf files. Is there a workaround? Thank you.

1 个答案:

答案 0 :(得分:1)

在web.xml中将javax.faces.PROJECT_STAGE设置为Development工作正常!现在它在xhtml文件更改时刷新服务器。