RE: System.out is not going to catalina.out

2011-11-28 Thread Chris Moore
ng working through slf4j, Hibernate is persisting objects, and everything is good. Chris -Original Message- From: Chris Moore [mailto:chrismo...@surewest.net] Sent: Sunday, November 27, 2011 10:30 AM To: users@tomcat.apache.org Subject: System.out is not going to catalina.out I'

Re: System.out is not going to catalina.out

2011-11-27 Thread André Warnier
Konstantin Kolinko wrote: 2011/11/27 Chris Moore : I'm new to using tomcat. I've done some developing with Google App Engine, but I'm looking to host something on my own system instead of theirs. My system is running Ubuntu 10.04.3. Tomcat is 6.0.24, JVM is 1.6.0_20-b20. I've written m

Re: System.out is not going to catalina.out

2011-11-27 Thread Konstantin Kolinko
2011/11/27 Chris Moore : > > > I'm new to using tomcat.  I've done some developing with Google App Engine, > but I'm looking to > > host something on my own system instead of theirs. > > > > My system is running Ubuntu 10.04.3.  Tomcat is 6.0.24, JVM is 1.6.0_20-b20. > > > > I've written my app usi

RE: System.out is not going to catalina.out

2011-11-27 Thread Caldarale, Charles R
> From: Chris Moore [mailto:chrismo...@surewest.net] > Subject: System.out is not going to catalina.out > I can't seem to get any kind of logging to work, > including simply writing to System.out. You really shouldn't be using System.out for logging; you webapp sho

Re: System.out is not going to catalina.out

2011-11-27 Thread Mark Thomas
On 27/11/2011 18:29, Chris Moore wrote: > > > I'm new to using tomcat. I've done some developing with Google App Engine, > but I'm looking to > > host something on my own system instead of theirs. > > > > My system is running Ubuntu 10.04.3. Tomcat is 6.0.24, JVM is 1.6.0_20-b20. > > >

System.out is not going to catalina.out

2011-11-27 Thread Chris Moore
I'm new to using tomcat. I've done some developing with Google App Engine, but I'm looking to host something on my own system instead of theirs. My system is running Ubuntu 10.04.3. Tomcat is 6.0.24, JVM is 1.6.0_20-b20. I've written my app using GWT 2.4.0. I'm also trying to use Hib