System.out and System.err

Written by Joseph Ottinger

Orion, by default, doesn't do anything with these streams. Creating a JSP that writes to System.out and System.err and invoking Orion "in the raw" (i.e., with java -jar orion.jar) will show both System.out text and System.err txt on the console. You can change this with the use of -out and -err, to direct both streams as you like. An example of their use might be: java -jar orion.jar -out log/stdout.log -err log/stderr.log

Copyright © 2007 IronFlare AB