Re: [Pound Mailing List] Page not displaying correctly
Alexander Kolodziej <[email protected]> Mon, 19 Dec 2016 11:34:42 +0100
| Newsgroups | gmane.comp.web.pound.general |
|---|---|
| Message-ID | <[email protected]> |
1. Start Chrome 2. Open devtools: ctrl+shift+i 3. choose the network tab 4. open a page that causes the error 5. locate the faulty requests in the devtool-bar 6. check with your pound-log what went wrong. perhaps you dont have the same stuff deployed in both backends? So your session-stuff likely doesnt work? checking something li,ke JSESSIONID? Perhaps you can get your backends to log that cookie to make sure everything i set sorrectly? Or simply dump the traffic between the LD and the BE (which i guess is plain http?) -- Alexander Kolodziej Pattern Matchician, Tactel AB Phone: +46761452104 Email: [email protected] On 2016-12-19 10:41, weirdfish+subs wrote: > > Hi All, > > I'm using Pound as a load balancer for a handful of JBoss app servers, > accepting https connections. I'm using cookies for sticky sessions. > > If I navigate to one application page, all works fine, but another > doesn't e.g. > > https://apps.mydomain.co.uk/page1.jsf - works > > https://apps.mydomain.co.uk/page2.jsf - doesn't display all elements > on page - the page is reached though. > > On this load balancer, I can browse both pages correctly - indicating > the problem is something to do with the lb setup. > > I have a second load balancer, which I can set up pointing to the same > domain. In this instance, both pages display correctly. The only > difference is that the second doesn't have multiple back-ends for the > service. > > Any ideas? > > Regards > > Facebook Pound User Group > > https://www.facebook.com/groups/PoundReverseProxy/ >