Re: how to create background process

2007-11-07 Thread Wes Wannemacher
To be honest, I don't think I fully understood the request the first time I read it. In re-reading the original post, I wonder if you are looking for functionality similar to the sourceforge download page... Are you hoping to start the user's browser downloading, but rather than waiting for the do

Re: how to create background process

2007-11-07 Thread Giovanni Azua
Hi, Martin Gainty wrote: Encapsulate the long running resource in run() method of a Thread here is a good example http://java.sun.com/developer/technicalArticles/Threads/applet/ M-- I think the Java Servlet specification discourages such misbehavior (creating threads explicitly): Copied f

Re: how to create background process

2007-11-07 Thread Martin Gainty
t: how to create background process > > > Hi, > >I need to implement file download functionality in struts application. > when user submits a filedownload request, FileProcessAction should delegate > the download process to another thread which runs as background process an

Re: how to create background process

2007-11-07 Thread Wes Wannemacher
lication. > when user submits a filedownload request, FileProcessAction should delegate > the download process to another thread which runs as background process and > return to some other page without waiting for file download completion.How > to do it ? > > >

how to create background process

2007-11-07 Thread rbtechno
Hi, I need to implement file download functionality in struts application. when user submits a filedownload request, FileProcessAction should delegate the download process to another thread which runs as background process and return to some other page without waiting for file

Re: [OT] running application server (OC4J) as a background process

2004-05-05 Thread Shyam A
> >Hello, > > > >I'm working on a Struts application using stand > alone > >OC4J (Oracle 9i AS) as my application server. I > need > >to deploy my application on a Windows NT machine > >(remote), and run the application server as a > >back

Re: [OT] running application server (OC4J) as a background process

2004-05-05 Thread Duncan Mills
04/28/oc4jAsAWindowsService.html Duncan Shyam A wrote: Hello, I'm working on a Struts application using stand alone OC4J (Oracle 9i AS) as my application server. I need to deploy my application on a Windows NT machine (remote), and run the application server as a background process. Is it possi

[OT] running application server (OC4J) as a background process

2004-05-05 Thread Shyam A
Hello, I'm working on a Struts application using stand alone OC4J (Oracle 9i AS) as my application server. I need to deploy my application on a Windows NT machine (remote), and run the application server as a background process. Is it possible to run the server as a Windows service? Has an

RE: background process

2004-05-04 Thread Guillermo Meyer
t: Lunes, 03 de Mayo de 2004 05:32 p.m. To: 'Struts Users Mailing List' Subject: background process Hi Folks, I need implement an action which sends back a forward upon request and then, keep working on a batch process till finish in the background. Anyone familiar with an easy mechan

RE: background process

2004-05-03 Thread David Friedman
Sent: Monday, May 03, 2004 8:21 PM To: Struts Users Mailing List Subject: Re: background process If it's unix that you are running on you could run a command using "nohup" , the java orthodox way is to use a message driven bean/jms if you are running inside an applicaion server

Re: background process

2004-05-03 Thread Bryan Hunt
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, May 03, 2004 1:32 PM Subject: background process Hi Folks, I need implement an action which sends back a forward upon request and then, keep working on a batch process till finish in the backg

background process

2004-05-03 Thread Wei, Robert (MAN-Corporate)
Hi Folks, I need implement an action which sends back a forward upon request and then, keep working on a batch process till finish in the background. Anyone familiar with an easy mechanism in struts 1.1? Thanks. Robert - To unsu

Re: background process

2004-05-03 Thread atta-ur rehman
ei, Robert (MAN-Corporate)" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, May 03, 2004 1:32 PM Subject: background process > Hi Folks, > > I need implement an action which sends back a forward upon request a