Re: [staf-users] Setting environmental variables from a shell script

2011-06-22 Thread Ryan Zander
@lists.sourceforge.net Subject: Re: [staf-users] Setting environmental variables from a shell script From: luc...@us.ibm.com Date: Wed, 22 Jun 2011 11:04:11 -0500 Each process started via STAF runs in the environment that STAFProc is running in (plus any updates you've made to environment variables via th

Re: [staf-users] Setting environmental variables from a shell script

2011-06-22 Thread Sharon Lucas
would do essentially the same thing). -- Sharon Lucas IBM Austin, luc...@us.ibm.com (512) 286-7313 or Tieline 363-7313 From: Ryan Zander To: Date: 06/22/2011 10:48 AM Subject: [staf-users] Setting environmental variables from a shell script Greetings, I have some software installe

[staf-users] Setting environmental variables from a shell script

2011-06-22 Thread Ryan Zander
Greetings, I have some software installed on a Solaris 10 machine that I am trying to start with a STAX job.  In order to start the software you are required to source a profile script first to setup the environment. root# . /path/to/application/profileroot# appControl startServer My first thoug