Re: Tomcat stops handling HTTP connections, socket is SYN_RECV

2004-01-08 Thread Frode E. Moe
On Wed, Jan 07, 2004 at 21:00:30 +0100, Antonio Fiol BonnĂ­n wrote: I have not read through all the thread, so maybe I am repeating something. If so, sorry about being lazy. You seem to be hitting maxProcessors. If you do, no more threads are created, and connections start getting into

Re: Static ints being cached

2004-01-08 Thread Frode E. Moe
On Thu, Jan 08, 2004 at 09:53:14 -, Allistair Crossley wrote: Hi All, I have an interface containing public final static ints. My servlets reference these ints when making database inserts. Yesterday I reordered the values of the ints and noticed that old values were still being placed

Re: Tomcat stops handling HTTP connections, socket is SYN_RECV

2004-01-07 Thread Frode E. Moe
On Mon, Oct 27, 2003 at 13:29:50 +0100, Remy Maucherat wrote: On Fri, Oct 24, 2003 at 16:01:48 +0200, [EMAIL PROTECTED] wrote: When everything quiets down, tomcat seems to be unable to service any http requests. Any attempt to connect to port 10003 with a web browser eventually causes a No

Re: How to tune Tomcat and Java?

2003-11-13 Thread Frode E. Moe
On Thu, Nov 13, 2003 at 15:17:53 +0100, Jens Ove Lillegraven wrote: As you see, there's only one Java service on CPU 0, and MySQL is running on both CPUs. Any explanation for this? Apparently RedHat Linux 8.0 and above only shows the main thread by default. See

Re: session hijacking and tying session to IP address with filter

2003-10-28 Thread Frode E. Moe
On Tue, Oct 28, 2003 at 13:23:43 +0100, Adam Hardy wrote: On 10/28/2003 12:06 PM Tim Funk wrote: I think they can and you'll break AOL users. AOL and other large entities sometimes employ megaproxies where the user might appear to be coming from different ip addresses. The guaranteed way

Re: Tomcat stops handling HTTP connections, socket is SYN_RECV

2003-10-27 Thread Frode E. Moe
On Mon, Oct 27, 2003 at 11:54:48 -, Peter Guyatt wrote: Hi There, Can you let me know which version of Tomcat has this problem ? I have seen a similar problem, I thought that it could be connected to deadlock, but it now does not appear to be the case. Yes, it's (at least)

[PATCH] Re: Tomcat stops handling HTTP connections, socket is SYN_RECV

2003-10-27 Thread Frode E. Moe
On Mon, Oct 27, 2003 at 13:29:50 +0100, Remy Maucherat wrote: I've figured out what's going wrong. The following exception is printed once on standard out when things fail: java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start(Native Method)

Re: Single Login Authentication with Tomcat

2003-09-23 Thread Frode E. Moe
On Tue, Sep 23, 2003 at 17:29:03 +1200, Peter Harrison wrote: I was wondering it anyone knows how to do NT based one login authentication with web applications. I was hoping there is some way a client can be authenticated based on their system login. Obviously there would have to be a