On Wed, 2008-06-18 at 03:09 -0300, Wilson Jr. wrote: > And How Do I get the response from back? This executable sends the > outputs to the console, > but how I defined a stdOut, it saves the context at the file. But, How > Do I get the file back > to the machine that sent the job? I'm using Globus 4.0.5, then the > provider I set in the JobSubmission is gt4.0.0. > I thought that setRedirected() it works, but for the gt4.0.0 doesn't > work.
That's right, at least not through the abstractions API. You can use XML-RSL to describe the job (which you set using jobSpecification.setSpecification(...)) and then it might work. But you will need a GridFTP server to be installed on your client machine. This last bit seems to be required by WS-GRAM for staging. > What can I do to bring the response back with GT4? The above or use a few file transfer tasks to do the staging manually. Mihael > > > Cheers, > > > "É este um mundo no qual devemos esconder nossas virtudes?" > Willian Shakespeare > > > **************** > Wilson Júnior > ****************
