java -jar orion.jar

-out [file] - specifies a file to route standard output to
-err [file] - specifies a file to route error output to

On Thu, Dec 14, 2000 at 03:35:17PM -0800, Seung Bang wrote:
> Hello,
> Where does 'System.err.println(....)' print?
> For debugging purpose, I put some System.out.println() statements.
> Of course, it prints messages on the console window where I started
> orion.
> However, if I run the orion server in the background and close the
> console window,
> there is no way of viewing the debug messages.
> Instead, I used System.err stream and I noticed it did not log any
> message in any
> log files. If any of you have experience with other servers such as
> Caucho's resin
> server, you may have noticed that it logs everything out of standard
> error stream
> in a specific log file. I believe orion has something equivalent to
> that.
> Or at least something very close to that. Please help. Thanks a million.
> 
> 
> 
> 
> 

Reply via email to