Re: xml-pdf servlet output timeout

2002-05-08 Thread J.Pietschmann
bonsigno wrote: Hi, I had writen a servlet who generates a dynamic PDF document with a long elaboration time (some minutes). In the mean time the client browser that had made the servlet request, shows the errors "HTTP 500 - Internal server error" or "Unable to find the server or DNS error". The se

RE: xml-pdf servlet output timeout

2002-05-08 Thread Wright Neiland (app1nlw)
Perhaps not a direct solution - but for large documents I try to kick off the process asyncronously with JMS. I have also found- due to unreliable browser rendering of pdf documents that storing the generated document as a file in a temporary directory works well. Because there is an asyncronous