Thanks, i ll look into that
On Tue, Sep 18, 2012 at 11:30 PM, Mark Thomas 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
> scen
almost all browsers and dont have problems with proxies.
N
On Tue, Sep 18, 2012 at 11:14 PM, Mark Thomas 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 ho
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 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 directly in pr
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 wrote:
>
> So run a single instance of Tomcat on port 80 with no HAProxy or Apache and
> hit it directly in production env sounds l
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 i
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
wrote:
> 2012/8/23 Nikos Viorres :
> > Dear all,
> >
> > Apologies for duplicate question but i was initially subscribed to the
> > diges
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 used
2012/8/21 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 Http
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 t