Here is my startup script for NT (unix script is much alike) -
 it separetes stderr & stdout

perl -e "print '-'x25, 'Orion Started ', scalar(localtime),qq#\n#;"
>>log/ORION.log
perl -e "print '-'x25, 'Orion Started ', scalar(localtime),qq#\n#;"
>>log/ORION.err

java -Xmx860m -Dxml.rewrite=false -jar orion.jar 1>>log/ORION.LOG
2>>log/ORION.ERR

perl -e "print '='x25, 'Orion Stoped ', scalar(localtime),qq#\n#;"
>>log/ORION.log
perl -e "print '='x25, 'Orion Stoped ', scalar(localtime),qq#\n#;"
>>log/ORION.err


----

after this i use
  tail -f  LogFile.ext | grep -v minor_info
for debugging / etc

----- Original Message -----
From: "Sarathy Mattaparti" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Thursday, October 19, 2000 1:49 PM
Subject: Re: Question


> It'll print on console
> Sarathy
>
> >
> >What is the default error log on Orion.  For example, if I user
> >'System.err.println', where is this going to.  Do I need to initialize
this
> >through the System class or does Orion default it somewhere.
> >
> >Thanks,
> >Andy
> >
> >
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>


Reply via email to