Re: processing page

2002-04-18 Thread Michael Reutter
)??? regards michi - Original Message - From: Ken Anderson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, 18 April 2002 15:34 Subject: Re: processing page see the server push example - countdown.java http://www.servlets.com/jservlet2/examples/ch06/index.html

Re: processing page

2002-04-17 Thread David Lu
i did this a few weeks ago. what i did was have the processing request send to a simple Please wait page, and then use javascript to post the real request to the processing servlet. this is done in javascript by hooking in with the body.onLoad() event. a little messy but it works. On

Re: processing page

2002-04-17 Thread Ken Anderson
see the server push example - countdown.java http://www.servlets.com/jservlet2/examples/ch06/index.html#ex06_13 On 2002.04.17 03:54 Michael Reutter wrote: Hi! PLEASE HELP ME how to implement this with servlets: A page is requested - but tomcat needs 15-30 seconds to create the result! What

Re: processing page

2002-04-17 Thread Neale Rudd
. If the thread has completed when the requests come, send the result. Regards, Neale Rudd metawerx http://www.metawerx.net - Original Message - From: Ken Anderson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, 18 April 2002 15:34 Subject: Re: processing page

Apache + mod_jk serving up code, not processing page

2001-02-08 Thread David Bock
I have been using Tomcat 3.1 and 3.2 for months now, but have never tried integrating with apache. I just set up a new machine with a clean Mandrake 7.2 install and put Tomcat 3.2.1 on it. It works fine in stand-alone mode. I followed the directions for integrating it with