Re: Single POST request being handled twice

2011-11-27 Thread Rainer Jung
On 19.11.2011 06:07, Jeremy wrote: OK, we figured it out. It's a case of too many timeout settings and not having a real DevOps person on hand. There was an obvious error message in Apache's mod_jk.log that I failed to correlate with the problem because I misread the timestamp on one of the

distributed session manager with infinispan

2011-11-27 Thread Zdeněk Henek
Hi, I have created prototype of distributed session manager which uses infinispan to distribute session state. The code is available here: https://github.com/zvrablik/tomcatInfinispanSessionManager Would anybody have time to discuss the prototype or test it? I have currently one TODO item I

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

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

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 should include a logging framework

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

2011-11-27 Thread Konstantin Kolinko
2011/11/27 Chris Moore chrismo...@surewest.net: 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

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

2011-11-27 Thread André Warnier
Konstantin Kolinko wrote: 2011/11/27 Chris Moore chrismo...@surewest.net: 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