Thanks Raj for your prompt reply. -----Original Message----- From: Raj Saini [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 1:55 PM To: [email protected] Subject: Re: start/stop ofbiz through ssh
Hi Nikita, On *nix platforms, there should not be any difference in how you start it from normal terminal or a ssh terminal. However if you want to start the process in background and want to exit the ssh terminal you can use: ./startofbiz.sh > /dev/null 2>&1 & Thanks, Raj Nikita Shinde wrote: > Hi All, > > > > Can anyone help me with the commands to restart a remote server > through ssh. > > > > > > Thanks & Regards, > > Nikita Shinde > > > > >
