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.
>
>
>
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
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 am
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 man