On 3/8/06, Paulo Soares <[EMAIL PROTECTED]> wrote:
I don't see what iText has to do with it.
----- Original Message -----
From: "Jeff Merino-Ott" <[EMAIL PROTECTED]>
To: < [email protected]>
Sent: Wednesday, March 08, 2006 6:24 PM
Subject: [iText-questions] iText behind a CSS / Load Balancer
I have iText fully working (using 1.2 right now). It's worked great for
quite some time.
However, recently we have put our web site behind a Cisco CSS which load
balances the machines (but also maintains sticky session state. Once you
hit on node, you stay with that node). We also have session persistence
turned on.
The problem I have now is that when I go to the generic url, i.e.
www.foo.com/itextpdf, it times out and displays nothing.
If I specifically go to one of the machines, i.e. foo1.foo.com/itextpdf, it
works.
Is there something I need to do differently to allow itext to work in this
cluster environment?
Currently, I an using the servlet to output via memory. I write nothing to
disk.
Thanks,
Jeff
