Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-11-10 Thread Lars Engholm Johansen
Hi Mark, I looked into our javax.websocket.Endpoint implementation and found the following suspicious code: When we need to close the WebSocket session already in .onOpen() method (rejecting a connection), we are calling session.close() asynchronously after 1 second via a java.util.Timer task.

Tomcat NIO broken connections

2014-11-10 Thread Jan Dosoudil
Hi, we have web application running MyFaces, Richfaces (+ Atmosphere 1.0.18) on Tomcat 7.0.55, Oracle JDK 7u67. Tomcat is configured to use Nio connector: Connector URIEncoding=UTF-8 acceptCount=150 compressableMimeType=text/html,text/xml,text/css,text/javascript compression=on

Re: Problem when rebooting....

2014-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ameer, On 11/9/14 11:42 PM, Ameer Mawia wrote: I'm looking into the issue(I had been longing to contribute to community and I see some opportunity to start doing so here. Hope my effort will be welcomed!:) ) Absolutely. Thanks for your

mod_jk on Mac OS X 10.10 (Yosemite)

2014-11-10 Thread William Moore
Hi Please can someone advise me how to build mod_jk on Mac OS X 10.10 (Yosemite / darwin 14.0.0)? I got past the failure at: checking for gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.10.xctoolchain/usr/bin/cc checking for C compiler default output file name...

JDBCRealm - Works OK but logs errors

2014-11-10 Thread vince.webb
Hello I have Tomcat 8.0.9 running under NetBeans. An application using JDBCRealm is authenticating and authorising users OK but Tomcat is logging errors. Errors get logged on Tomcat startup and another each time a user logs in. Numerous occurrences of this Exception: 10-Nov-2014 15:18:48.108

Windows Service won't start

2014-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, When a Tomcat Windows Service won't start (with the super-helpful a service-specific error occurred), where can I look for detailed information about what happened? (Please be kind, I'm not an everyday Windows administrator) I installed the

Re: mod_jk on Mac OS X 10.10 (Yosemite)

2014-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 William, On 11/10/14 10:50 AM, William Moore wrote: Please can someone advise me how to build mod_jk on Mac OS X 10.10 (Yosemite / darwin 14.0.0)? I got past the failure at: checking for gcc...

Re: Windows Service won't start

2014-11-10 Thread David kerber
On 11/10/2014 1:04 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, When a Tomcat Windows Service won't start (with the super-helpful a service-specific error occurred), where can I look for detailed information about what happened? Administrative Tools |

Re: mod_jk on Mac OS X 10.10 (Yosemite)

2014-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 William, On 11/10/14 10:50 AM, William Moore wrote: Please can someone advise me how to build mod_jk on Mac OS X 10.10 (Yosemite / darwin 14.0.0)? I got past the failure at: checking for gcc...

Re: mod_jk on Mac OS X 10.10 (Yosemite)

2014-11-10 Thread William Moore
Chris The configure command is: ./configure CFLAGS='-arch x86_64' APXSLDFLAGS='-arch x86_64' --with-apxs=/usr/sbin/apxs I also tried your version, and that gave the same error: configure: error: could not detect a 32-bit integer type Which version of Xcode are you using? Mine says:

Re: mod_jk on Mac OS X 10.10 (Yosemite)

2014-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 William, On 11/10/14 4:26 PM, William Moore wrote: The configure command is: ./configure CFLAGS='-arch x86_64' APXSLDFLAGS='-arch x86_64' --with-apxs=/usr/sbin/apxs I also tried your version, and that gave the same error: configure:

Re: Problem when rebooting....

2014-11-10 Thread Bjørn T Johansen
On Mon, 10 Nov 2014 09:08:56 -0500 Christopher Schultz ch...@christopherschultz.net wrote: Perhaps something is being read from a network filesystem that has stalled mounting or something similar? The question for the OP is what is different during boot time? - -chris Nope, no such

RE: mod_jk on Mac OS X 10.10 (Yosemite)

2014-11-10 Thread Charlie DiDonato
-Original Message- From: William Moore [mailto:wmoor...@gmail.com] Sent: Monday, November 10, 2014 4:26 PM To: Tomcat Users List Subject: Re: mod_jk on Mac OS X 10.10 (Yosemite) Chris The configure command is: ./configure CFLAGS='-arch x86_64' APXSLDFLAGS='-arch x86_64'

Tomcat performance goes down after install apr.

2014-11-10 Thread 杨华杰
Tomcat performance goes down after install apr. I followed this doc http://tomcat.apache.org/native-doc/, I think the different is I didn't set sslengine setting as I don't use it. And I saw the error in catilina.out, I simply ignore it as I don't use it. I fired 300 concurrent calls from