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

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

Re: Asynchronous servlets + Tomcat + mod_jk

2011-06-07 Thread Seth Lenzi
lina.tribes.group.interceptors.MessageDispatch15Interceptor"/> filter=""/> className="org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener"/> className="org.apache.catalina.ha.session.ClusterSessionListener"/> -S On 6/6/2011 5:21 PM, ma...@apa

Re: Asynchronous servlets + Tomcat + mod_jk

2011-06-06 Thread Seth Lenzi
OK, thanks. I'll keep plugging away at it. -S On 6/6/2011 5:21 PM, ma...@apache.org wrote: Seth Lenzi wrote: I'm using Tomcat v7.0.14, Apache v2.2.17, and mod_jk v1.2.30. The Servlet I have does not implement CometProcessor. It's just a regular HttpServlet which creates

Re: Asynchronous servlets + Tomcat + mod_jk

2011-06-06 Thread Seth Lenzi
connector. Thanks for your reply. -S On 6/6/2011 4:49 PM, André Warnier wrote: Seth Lenzi wrote: Anyone here have any experience with asynchronous servlets under a Tomcat that's linked to Apache via mod_jk? I have an asynchronous servlet that's working nicely when accessed dir

Asynchronous servlets + Tomcat + mod_jk

2011-06-06 Thread Seth Lenzi
Anyone here have any experience with asynchronous servlets under a Tomcat that's linked to Apache via mod_jk? I have an asynchronous servlet that's working nicely when accessed directly from Tomcat, but, when I access it by going through Apache and mod_jk the ServletRequest.startAsync() functi

Re: FarmWarDeployer Tomcat 7.0.12 Clustering Help

2011-04-29 Thread Seth Lenzi
directory="logs" prefix="localhost_access_log." suffix=".txt" pattern="%h %l %u %t "%r" %s %b" resolveHosts="false"/> On 4/29/2011 10:36 AM, Mark Thomas wrote: On 29/04/2011 15:29

FarmWarDeployer Tomcat 7.0.12 Clustering Help

2011-04-29 Thread Seth Lenzi
I'm trying to use org.apache.catalina.ha.deploy.FarmWarDeployer with Tomcat 7.0.12 to deploy my war files to a Tomcat cluster (two Tomcat's both version 7.0.12.) They war file is successfully deployed to both Tomcats but then the war is immediately un-deployed from one of them. The followi