Tomcat Channel Issue in EC2 clustering environment

2013-08-05 Thread Jasintha Dasanayaka
Hi all Axis2 Tribes utilizes Tomcat underneath. In Tomcat clustering, there's away to add a listener to a channel, and get notifications based on different scenarios such as member join, member leave etc. Axis2 tribes registers a such listener in Tomcat, in order to identify whether a new member

AW: Configuration question for 2500 simultaneous users.

2013-08-05 Thread Stadelmann Josef
I would also read about how to scale up web applications ! Also you may talk to those which have their web apps already in the cloud ! In a cloud, adding more CPU's, adding more memory, adding more data storage space is easy. And what about communication and data band width and related equipment

Re: Auto-loading of the SQL Server JDBC Driver in 6.0.35

2013-08-05 Thread Daniel Mikusa
On Aug 4, 2013, at 2:14 PM, mw...@loftware.com wrote: From: Mark Eggers [mailto:its_toas...@yahoo.com] Sent: Friday, August 02, 2013 5:28 PM To: Tomcat Users List Subject: Re: Auto-loading of the SQL Server JDBC Driver in 6.0.35 On 8/2/2013 1:30 PM, mw...@loftware.com wrote: From:

Using NIO connector with Apache Httpd 2.4

2013-08-05 Thread Abhijith Prabhakar
Hi All, We are currently using HTTP connector in tomcat 7.42 and planning to switch to AJP NIO connector. When I was reading through the docs I found WARNING: The NIO connector for AJP is experimental. This made me think that NIO connector might not be mature at this point. Can somebody

Re: Using NIO connector with Apache Httpd 2.4

2013-08-05 Thread Mark Thomas
On 05/08/2013 15:50, Abhijith Prabhakar wrote: Hi All, We are currently using HTTP connector in tomcat 7.42 and planning to switch to AJP NIO connector. When I was reading through the docs I found WARNING: The NIO connector for AJP is experimental. This made me think that NIO connector

Re: Using NIO connector with Apache Httpd 2.4

2013-08-05 Thread Abhijith Prabhakar
Thanks Mark. Any specific settings which I should be aware of? Is there any good blogpost or something apart from official docs? Thanks, Abhijith On Aug 5, 2013, at 10:12 AM, Mark Thomas ma...@apache.org wrote: On 05/08/2013 15:50, Abhijith Prabhakar wrote: Hi All, We are currently using

RE: Help about my problem

2013-08-05 Thread Jeffrey Janner
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Sunday, August 04, 2013 9:23 AM To: Tomcat Users List Subject: Re: Help about my problem -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick, On 8/3/13 9:39 AM, Nick Williams wrote:

RE: [OT] Using the bin/daemon.sh script on ubuntu.

2013-08-05 Thread Jeffrey Janner
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, August 02, 2013 10:30 PM To: Tomcat Users List Subject: Re: [OT] Using the bin/daemon.sh script on ubuntu. -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christian On 8/1/13

8.0.0 Problems With javax.websocket.*

2013-08-05 Thread Igor Urisman
Dear all, I am running into snags with the new JEE7 compliant implementation of Websockets in 8.0.0-RC1. What's the right way to pass on the test cases? -Igor.

Why does JDBC application logging SQL instructions in Apache Tomcat lists 545 repeatedly

2013-08-05 Thread appy74
I'm not sure of this is an Apache Tomcat issue or not but here goes: I am currently running a number of programs in batch which dynamically create and populate a number of tables in MySQL Server Version 5.5. When I do this, I am logging the SQL to an Apache Tomcat log file. Sometimes the SQL

any known problems using Tomcat 7.0.42 apr/native (windows) with websockets?

2013-08-05 Thread Bob DeRemer
QUESTION Is anyone aware of any problems using the apr/native connector + websockets in Tomcat 7.0.42? BACKGROUND We are trying to see how many concurrent websocket connections Tomcat will handle running on Windows Server. We wrote a multi-threaded java console app that spins up a thread-per

Is the current Tomcat 7 servlet websocket implementation being deprecated?

2013-08-05 Thread Bob DeRemer
I've seen some mention on the user and dev mailing lists that the current servlet-based websocket implementation will be deprecated due to the implementation of the JSR-356. We are currently implementing a Tomcat 7-based websocket server implementation that we hoped could scale up to at least

Re: 8.0.0 Problems With javax.websocket.*

2013-08-05 Thread Martin Grigorov
Hi, On Tue, Aug 6, 2013 at 1:03 AM, Igor Urisman igor.uris...@gmail.com wrote: Dear all, I am running into snags with the new JEE7 compliant implementation of Websockets in 8.0.0-RC1. What's the right way to pass on the test cases? -Igor. Can you give more details what problems you have