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

Reply via email to