[OT] Congrats, Jason!

2003-11-13 Thread Mark Galbreath
Jason Hunter was voted "2003 Oracle Magazine Contributor" in the Nov/Dec issue (p. 50). Mark ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: ht

process completed

2003-11-13 Thread dkabic01
hi there I am executing an unix process from my servlet using process class. After user hits the submit button this process starts. The process take about 30 to 60 minutes to get completed depening on user data. I want to display "Your job is accepted and it

Re: process completed

2003-11-13 Thread Jose Rubio
Just to throw ideas around, you could redirect the user to another servlet that displays the message and then waits on the process to finish. Quoting dkabic01 <[EMAIL PROTECTED]>: > hi there > I am executing an unix process from my servlet using process > class. > After > use