Thanks to everyone that offered suggestions. I upgraded to Tomcat 7. I
tried various logging options, and all kinds of changes to
logging.properties. I tried changing the way the Tomcat daemon is started.
I tried running Tomcat in the foreground instead of as a daemon.
In the end it turned out
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 should include
a logging framewor
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.
>
>
>