Satish wrote:
> What I am not able to understand is why will this work in TST instance 
> but not in Prod? we have three different files where we generate pdf in 
> each server and it works right everywhere except this one file in prod. 
> Will keep you posted.

Did you perform any stress tests in your test environment?
I can only guess, but I think the JSPs that fail need a
lot of resources (a lot of database access, a lot of CPU,
a lot of memory,...).
When using the JSPs in a test environment, you don't experience
any problems even when MSIE hits the server 2 or 3 times per hit
because there are enough resources.
In a production environment however, I suspect that the server
gets hit by a multitude of users. If MSIE doubles or triples
the number of hits, the JSPs are bound to fail.

This is an educated guess. When I say I can't solve the
problem because it's not my project, I mean that there is
no way for me to monitor the server: CPU usage, memory
usage, access_log en error_log files,...

br,
Bruno

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to