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 generation web

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 chuck.caldar...@unisys.com 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: [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: role rolename=manager-gui/ user username=tomcat password=s3cret roles=manager-gui/ 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

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

2013-11-26 Thread David Bullock
On 25 November 2013 23:27, Ognjen Blagojevic ognjen.d.blagoje...@gmail.com 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

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 chuck.caldar...@unisys.com wrote: From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Subject: Another Non-blocking IO Question Most of the time it works, but

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 nicho...@nicholaswilliams.net: On Nov 25, 2013, at 9:11 PM, Konstantin Kolinko wrote: There was this change: http://svn.apache.org/viewvc?view=revisionrevision=1544213 fix bug55799/bug: Correctly enforce

Re: Another Non-blocking IO Question

2013-11-26 Thread Daniel Mikusa
On Nov 26, 2013, at 6:06 AM, Mark Thomas ma...@apache.org 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 chuck.caldar...@unisys.com wrote: From: Daniel Mikusa [mailto:dmik...@gopivotal.com]

Re: Another Non-blocking IO Question

2013-11-26 Thread Daniel Mikusa
On Nov 26, 2013, at 10:13 AM, Daniel Mikusa dmik...@gopivotal.com wrote: On Nov 26, 2013, at 6:06 AM, Mark Thomas ma...@apache.org 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

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 a...@ice-sa.com wrote: So yes, by any means, have the Manager disabled by default, even when subsequently enabled restrict it by default to localhost, ... +1

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 snip Should I report this problem somewhere, e.g. on the Apache Infra

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 dmik...@gopivotal.com wrote: On Nov 26, 2013, at 6:06 AM, Mark Thomas ma...@apache.org 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

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 nicho...@nicholaswilliams.net: On Nov 25, 2013, at 9:11 PM, Konstantin Kolinko wrote: There was this change:

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