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'
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
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
> 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
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.
>
>
>
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