Re: Creating "Busy Page" while Tomcat is processing

2006-05-24 Thread Calvin Deiterich
Edgar, Thanks, guess when I searched I didn't use the right words. I must have looked at 20 google pages and never came across this one. I am using FOP to create the pdf from oracle and will have to see if I can make this work. Again, Thanks Calvin >>> [EMAIL PROTECTED] 5/24/2006 1:59:50 PM >>> T

Re: Creating "Busy Page" while Tomcat is processing

2006-05-24 Thread Edgar Meij
This is (exactly) what you need: http://itextdocs.lowagie.com/tutorial/general/webapp/#timeout Googling might help sometimes :) Edgar On 5/24/06, Calvin Deiterich <[EMAIL PROTECTED]> wrote: In my ongoing project to create a PDF phone list I know find it necessary to create a "busy" page whi

RE: Creating "Busy Page" while Tomcat is processing

2006-05-24 Thread Asensio, Rodrigo
mcat Users List Subject: Re: Creating "Busy Page" while Tomcat is processing this question would get a much better response by asking in a JSP/Java forum/list. On 5/24/06, Calvin Deiterich <[EMAIL PROTECTED]> wrote: > > In my ongoing project to create a PDF phone list I know

Re: Creating "Busy Page" while Tomcat is processing

2006-05-24 Thread Marc Farrow
this question would get a much better response by asking in a JSP/Java forum/list. On 5/24/06, Calvin Deiterich <[EMAIL PROTECTED]> wrote: In my ongoing project to create a PDF phone list I know find it necessary to create a "busy" page while tomcat is processing the data. I am using servlets a

Creating "Busy Page" while Tomcat is processing

2006-05-24 Thread Calvin Deiterich
In my ongoing project to create a PDF phone list I know find it necessary to create a "busy" page while tomcat is processing the data. I am using servlets and java code to do all the work. Any ideas on if or how I should proceed. Thanks Calvin