Re: async requests on cluster

2011-06-08 Thread Filip Hanik - Dev Lists
On 6/7/2011 3:34 PM, Mark Thomas wrote: On 07/06/2011 21:46, Seth Lenzi wrote: The isAsyncSupported() method of the SerlvletRequest object returns false when you uncomment the element in the server.xml file (Tomcat 7.0.14). Basically, enabling clustering seems to break support for asynchronous

Re: async requests on cluster

2011-06-07 Thread Seth Lenzi
OK, thanks for the info! -S On 6/7/2011 5:34 PM, Mark Thomas wrote: On 07/06/2011 21:46, Seth Lenzi wrote: The isAsyncSupported() method of the SerlvletRequest object returns false when you uncomment the element in the server.xml file (Tomcat 7.0.14). Basically, enabling clustering seems to

Re: async requests on cluster

2011-06-07 Thread Mark Thomas
On 07/06/2011 21:46, Seth Lenzi wrote: > The isAsyncSupported() method of the SerlvletRequest object returns > false when you uncomment the className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/> element in the > server.xml file (Tomcat 7.0.14). Basically, enabling clustering seems to > break su

async requests on cluster

2011-06-07 Thread Seth Lenzi
The isAsyncSupported() method of the SerlvletRequest object returns false when you uncomment the className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/> element in the server.xml file (Tomcat 7.0.14). Basically, enabling clustering seems to break support for asynchronous servlets... Is there s