Re: Fwd: Error starting httpd-2.4.4 with mod_jk on osx

2013-07-08 Thread Thiyagaraj Annamalai
Thanks Rainer*. *That was the issue. Problem got solved after pointing to the correct apxs. native$ ./configure CFLAGS='-arch x86_64' APXSLDFLAGS='-arch x86_64' --with-apxs=/usr/local/apache/bin/apxs On Sun, Jul 7, 2013 at 8:24 PM, Rainer Jung rainer.j...@kippdata.de wrote: On 07.07.2013

[ANN] Apache Tomcat 7.0.42 released

2013-07-08 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.42. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages and Java Expression Language technologies. This release contains a number of bug fixes and improvements compared to

Re: Fwd: Error starting httpd-2.4.4 with mod_jk on osx

2013-07-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thiyagaraj, On 7/8/13 2:30 AM, Thiyagaraj Annamalai wrote: Thanks Rainer*. *That was the issue. Problem got solved after pointing to the correct apxs. native$ ./configure CFLAGS='-arch x86_64' APXSLDFLAGS='-arch x86_64'

Re: websockets questions

2013-07-08 Thread Rossen Stoyanchev
Andre, if you happen to use the Spring Framework already, we have a milestone release (version 4.0 M1) that provides fallback options based on the SockJS protocol. The next milestone 2 due in a week will provide higher level (sub-protocol) support for messaging patterns such as pub-sub and

How to handle CONNECT ... HTTP 1.1 400 in localhost_access_log

2013-07-08 Thread Howard W. Smith, Jr.
A few minutes ago, I just recognized the following in the localhost_access_log: 183.60.48.25 - - [08/Jul/2013:15:15:26 -0400] CONNECT tcpconn2.tencent.com:443 HTTP/1.1 400 - and then searched all localhost_access_log files and found more occurrences[1]. This is my first time seeing this type of

RE: How to handle CONNECT ... HTTP 1.1 400 in localhost_access_log

2013-07-08 Thread Caldarale, Charles R
From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] Subject: How to handle CONNECT ... HTTP 1.1 400 in localhost_access_log 183.60.48.25 - - [08/Jul/2013:15:15:26 -0400] CONNECT tcpconn2.tencent.com:443 HTTP/1.1 400 - Any advise on how to handle these requests (if necessary) and/or

Re: How to handle CONNECT ... HTTP 1.1 400 in localhost_access_log

2013-07-08 Thread Howard W. Smith, Jr.
On Mon, Jul 8, 2013 at 3:40 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] Subject: How to handle CONNECT ... HTTP 1.1 400 in localhost_access_log 183.60.48.25 - - [08/Jul/2013:15:15:26 -0400] CONNECT

Re: How to handle CONNECT ... HTTP 1.1 400 in localhost_access_log

2013-07-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 7/8/13 3:45 PM, Howard W. Smith, Jr. wrote: On Mon, Jul 8, 2013 at 3:40 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] Subject: How to handle CONNECT ...

Re: Expected Delay when Switching to New Version of Application Using Parallel Deployment (Tomcat 7.0.27)

2013-07-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeremy, On 7/5/13 11:24 AM, Majors, Jeremy wrote: For a simple web application, what is the expected delay when switching to new version of an application when using the parallel deployment process? I'm trying to do timings right now with a

Re: Tomcat 7.0.27 on Mac OSX Lion - User Migration to New Version of Application Not Occuring

2013-07-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeremy, On 7/2/13 6:26 PM, Majors, Jeremy wrote: Sorry for the miscommunication. I understand that active users with a session are supposed to stay with the original version that they were associated with. My confusion was caused by the fact

Re: Huge SendQ tomcat7 Websocket

2013-07-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hidayath, On 7/3/13 3:21 AM, hidayath wrote: A web application is using websockets. Opened the URL in a browser (Chrome and FF). The sendQ is increasing constantly, though the browsers are closed. Reproducibility: very low Tomcat

Re: How to handle CONNECT ... HTTP 1.1 400 in localhost_access_log

2013-07-08 Thread Howard W. Smith, Jr.
Chris, On Mon, Jul 8, 2013 at 11:50 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 7/8/13 3:45 PM, Howard W. Smith, Jr. wrote: On Mon, Jul 8, 2013 at 3:40 PM, Caldarale, Charles R chuck.caldar...@unisys.com

tomcat reset one connection after it receive the request from the client;

2013-07-08 Thread Wan, Jian Ming (Jian Ming)
The following is filter from one connection; everything is ok from 16711 to 16714. there is request and response;, but from 16716, the request is send to server, and server give the ack, but instead of give the response, it finish the connection after 13 seconds;. [X] From the detail of last

RE: tomcat reset one connection after it receive the request from the client;

2013-07-08 Thread Wan, Jian Ming (Jian Ming)
It seems this mail list doesn't allow pictures; Let me describe it; in one connection client send request to tomcat, and tomcat response to it, every thing works well, until packet 11716, in this packet a complete request is send to tomcat; but instead of reply the response, tomcat waited for