multiple servers and digest authentication

2013-11-26 Thread Dehaudt, Christophe
Hi, To spread the load, my application is installed on several servers, each of them managed by Tomcat (7.0.26). On top on that, a load balancer ensures the traffic is correctly distributed evenly. The tomcat configuration is set with Digest authentification. The problem I'm facing is that the

Re: IllegalStateException sending WebSocket message that worked a few months ago

2013-11-26 Thread Nick Williams
On Nov 26, 2013, at 5:32 AM, Mark Thomas wrote: > On 26/11/2013 04:56, Konstantin Kolinko wrote: >> 2013/11/26 Nick Williams : >>> >>> On Nov 25, 2013, at 9:11 PM, Konstantin Kolinko wrote: >>> > There was this change: http://svn.apache.org/viewvc?view=revision&revision=1544213

Re: Another Non-blocking IO Question

2013-11-26 Thread Mark Thomas
On 26/11/2013 15:26, Daniel Mikusa wrote: > On Nov 26, 2013, at 10:13 AM, Daniel Mikusa wrote: > >> On Nov 26, 2013, at 6:06 AM, Mark Thomas wrote: >> >>> On 26/11/2013 10:46, Mark Thomas wrote: On 25/11/2013 17:39, Daniel Mikusa wrote: > On Nov 25, 2013, at 12:19 PM, "Caldarale, Charle

RE: [OT] RE: Baked-in context paths

2013-11-26 Thread Konstantin Preißer
Hi Christopher, > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Monday, November 18, 2013 7:28 PM > To: Tomcat Users List > Subject: Re: [OT] RE: Baked-in context paths > > Should I report this problem somewhere, e.g. on the Apache Infra >

Re: [OT] Symantic has a first tomcat worm ;-)

2013-11-26 Thread Howard W. Smith, Jr.
On Tue, Nov 26, 2013 at 5:53 AM, André Warnier wrote: > So yes, by any means, have the Manager disabled by default, even when > subsequently enabled restrict it by default to localhost, ... +1

Re: Another Non-blocking IO Question

2013-11-26 Thread Daniel Mikusa
On Nov 26, 2013, at 10:13 AM, Daniel Mikusa wrote: > On Nov 26, 2013, at 6:06 AM, Mark Thomas wrote: > >> On 26/11/2013 10:46, Mark Thomas wrote: >>> On 25/11/2013 17:39, Daniel Mikusa wrote: On Nov 25, 2013, at 12:19 PM, "Caldarale, Charles R" wrote: >> From: Daniel Mikusa

Re: Another Non-blocking IO Question

2013-11-26 Thread Daniel Mikusa
On Nov 26, 2013, at 6:06 AM, Mark Thomas wrote: > On 26/11/2013 10:46, Mark Thomas wrote: >> On 25/11/2013 17:39, Daniel Mikusa wrote: >>> On Nov 25, 2013, at 12:19 PM, "Caldarale, Charles R" >>> wrote: >>> > From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Subject: > Another Non-bloc

Re: IllegalStateException sending WebSocket message that worked a few months ago

2013-11-26 Thread Mark Thomas
On 26/11/2013 04:56, Konstantin Kolinko wrote: > 2013/11/26 Nick Williams : >> >> On Nov 25, 2013, at 9:11 PM, Konstantin Kolinko wrote: >> >>> There was this change: >>> http://svn.apache.org/viewvc?view=revision&revision=1544213 >>> >>> >>>55799: Correctly enforce the restriction i

Re: Another Non-blocking IO Question

2013-11-26 Thread Mark Thomas
On 26/11/2013 10:46, Mark Thomas wrote: > On 25/11/2013 17:39, Daniel Mikusa wrote: >> On Nov 25, 2013, at 12:19 PM, "Caldarale, Charles R" >> wrote: >> From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Subject: Another Non-blocking IO Question >>> Most of the time it works, but in

Re: [OT] Symantic has a first tomcat worm ;-)

2013-11-26 Thread David Bullock
On 25 November 2013 23:27, Ognjen Blagojevic wrote: > What most users do is to copy the XML example, and paste it into > tomcat-users.xml. > > I propose that 401 page for Manager be dynamically generated, so that > instead of occurrences of example password "s3cret", it generates random > passwor

Re: [OT] Symantic has a first tomcat worm ;-)

2013-11-26 Thread André Warnier
Ognjen Blagojevic wrote: Chris, On 25.11.2013 20:56, Christopher Schultz wrote: What most users do is to copy the XML example, and paste it into tomcat-users.xml. If that were the case, I would have expected to see "tomcat:s2cret" listed in the worm's "obvious creds" list. Since it's

Re: Another Non-blocking IO Question

2013-11-26 Thread Mark Thomas
On 25/11/2013 17:39, Daniel Mikusa wrote: > On Nov 25, 2013, at 12:19 PM, "Caldarale, Charles R" > wrote: > >>> From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Subject: >>> Another Non-blocking IO Question >> >>> Most of the time it works, but in one case I'm seeing requests >>> hang. >> >>

Re: Tomcat Websocket failover

2013-11-26 Thread Mark Thomas
On 25/11/2013 10:58, Nir A wrote: > Hello, > > In our current generation web application we used session replication with > tomcat clustering. (and a load balancer) > That way, we recieved an auto failover when a client sends an ajax request > to a tomcat node that failed. > > In our next generat