Problem with Richfaces running with NGinx proxy

Posted by Michael on Stack Overflow See other posts from Stack Overflow or by Michael
Published on 2010-03-27T00:08:37Z Indexed on 2010/03/27 0:13 UTC
Read the original article Hit count: 624

Filed under:
|
|
|

Hi,

I got a problem with my Richfaces application. I am using it with JSF and GlassFish v.2 on my localhost and combination od dataTable and dataScroller works fine.

While moving the app to the VPS running Tomcat but proxied by Nginx server, everything crashes. Exactly the scroller is working, but the dataTable view is not refreshed!

I looked at responses with Firebug and figured out, that even on VPS the response contains 2nd page of the dataTable, but it is not shown on the screen. I tried everything - changing page attribute of dataScroller (it was taken from session bean, I changed that to request bean). I also removed page attribute from dataScroller - did not help either. Finally I added my table to reRender attribute of dataScroller - still whichever page I choose I am seeing only the first one. Does anyone even heard about such problem? I am going crazy with this.

Best regards, Michael

© Stack Overflow or respective owner

Related posts about java

Related posts about nginx