Hi,

You can use -out and -err commandline swiches to specify where
System.outs and System.errs are written. For example:

$JAVA_HOME/bin/java -server -jar orion.jar \
      -config $ORION_HOME/config/server.xml \
      -out $ORION_HOME/log/server-out.log \
      -err $ORION_HOME/log/server-err.log 


-- 
Joni
[EMAIL PROTECTED]

> "Nusairat, Joseph F." wrote:
> 
> OK its an older thread ... but i dont have time to read them all ....
> 
> I was just wondering ... if i run Orion as a service ... how do i see
> the System.out.printlns?
> 
> Does it write them to any log file?? OR is there anyway i can pick
> them up
> 
> -----Original Message-----
> From: Justen Stepka [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 21, 2001 11:08 AM
> To: Orion-Interest
> Subject: Re: Debugging and orion
> 
> No matter what anyone tells you,
> 
> System.out.println ("ObjectName:MethodName ():line number");
> 
> will work wonders!
> 
> Justen Stepka
> 
> On Wed, 21 Feb 2001, Julian Richardson wrote:
> 
> > Hi,
> >
> > What tools / IDEs are people out there using to develop EJBs for use
> with
> > Orion? At the moment we (as a project team, rather than company) are
> trying
> > to standardise on an app server and IDE to use, requirements being
> the
> > usual:
> >
> >       cost
> >       speed
> >       flexibility
> >       resource usage
> >       debugging support from the IDE
> >
> > - I saw that someone mentioned using Kawa with Orion on the
> orionsupport
> > website; has this combination been used by many people? (I'm new to
> the app
> > server world, although I've been doing server-side Java work for
> several
> > years now - I'm not used to environments where it's even possible to
> use an
> > integrated debugger, but others on the team say it's necessary :-)
> >
> > Comments about the speed / flexibility / resource usage of Orion are
> welcome
> > too, from the website it looks pretty slick and the documentation
> looks
> > good, but time will tell... also if there's any major snags with
> orion in
> > terms of things that the current version doesn't do correctly or
> doesn't
> > implement...
> >
> > cheers
> >
> > Jules
> >
> > --
> >
> >

Reply via email to