Re: Tomcat7 + WebSocket + mod_jk

2012-09-18 Thread Nikos Viorres
Unless you are going to need more than one web container i really don't see the reason to use Apache HTTPD as a reverse proxy, provided that you have installed and are using the APR connector. As for the anwser to the question how do you achieve proxying of websocket communication i think there is

Re: Tomcat7 + WebSocket + mod_jk

2012-09-18 Thread Nikos Viorres
Tomcat (with the APR connector) serves static content just fine. Unless you need load balancing tomcat will do just fine. On Tue, Sep 18, 2012 at 11:07 PM, sfwicket li...@bgb.net wrote: So run a single instance of Tomcat on port 80 with no HAProxy or Apache and hit it directly in production

Re: Tomcat7 + WebSocket + mod_jk

2012-09-18 Thread Nikos Viorres
That is of course a solution, but then prepare to have problems with firewalls, proxies etc. On Tue, Sep 18, 2012 at 11:09 PM, Mark Thomas ma...@apache.org wrote: On 18/09/2012 21:07, sfwicket wrote: So run a single instance of Tomcat on port 80 with no HAProxy or Apache and hit it

Re: Tomcat7 + WebSocket + mod_jk

2012-09-18 Thread Nikos Viorres
with almost all browsers and dont have problems with proxies. N On Tue, Sep 18, 2012 at 11:14 PM, Mark Thomas ma...@apache.org wrote: On 18/09/2012 21:13, Nikos Viorres wrote: That is of course a solution, but then prepare to have problems with firewalls, proxies etc. Separate hostname

Re: Tomcat7 + WebSocket + mod_jk

2012-09-18 Thread Nikos Viorres
Thanks, i ll look into that On Tue, Sep 18, 2012 at 11:30 PM, Mark Thomas ma...@apache.org wrote: On 18/09/2012 21:27, Nikos Viorres wrote: If i am not mistaken, this is considered XSS and is not allowed, Yes, you are mistaken. The WebSocket spec specifically considers this scenario

Re: asyncTimeout value ignored when using APR connector on Windows

2012-08-25 Thread Nikos Viorres
Thanks a lot for the elaborate reply, i am going to a clean-install and retest. On Sat, Aug 25, 2012 at 6:16 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2012/8/23 Nikos Viorres nvior...@gmail.com: Dear all, Apologies for duplicate question but i was initially subscribed

asyncTimeout value ignored when using APR connector on Windows

2012-08-23 Thread Nikos Viorres
Dear all, Apologies for duplicate question but i was initially subscribed to the digest list only and i am having trouble with follow ups. The value that i set to Tomcat's asyncTimeout connector property is ignored when using the APR connector on Windows no matter what (default 10 seconds is

Tomcat asyncTimeout and APR connector on Windows

2012-08-21 Thread Nikos Viorres
Hi all, The value that i set to Tomcat's asyncTimeout connector property is ignored when using the APR connector on Windows no matter what (default 10 seconds is used instead). That value is always respected when using the default Http11Protocol connector or the Http11NioProtocol one. However in

Re: Tomcat asyncTimeout and APR connector on Windows

2012-08-21 Thread Nikos Viorres
2012/8/21 Nikos Viorres nvior...@gmail.com: Hi all, The value that i set to Tomcat's asyncTimeout connector property is ignored when using the APR connector on Windows no matter what (default 10 seconds is used instead). That value is always respected when using the default Http11Protocol