Re: Asynchronous servlets + Tomcat + mod_jk

2011-06-07 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 directly from Tomcat

async requests on cluster

2011-06-07 Thread Seth Lenzi
The isAsyncSupported() method of the SerlvletRequest object returns false when you uncomment the Cluster 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

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 theCluster className=org.apache.catalina.ha.tcp.SimpleTcpCluster/ element

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()

Re: Asynchronous servlets + Tomcat + mod_jk

2011-06-06 Thread Seth Lenzi
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 directly from Tomcat, but, when I

Re: Asynchronous servlets + Tomcat + mod_jk

2011-06-06 Thread Seth Lenzi
the default HTTP connector, no NIO API... Since it was working through Tomcat I figured I didn't need the NIO HTTP 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

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

Re: FarmWarDeployer Tomcat 7.0.12 Clustering Help

2011-04-29 Thread Seth Lenzi
=org.apache.catalina.valves.AccessLogValve directory=logs prefix=localhost_access_log. suffix=.txt pattern=%h %l %u %t quot;%rquot; %s %b resolveHosts=false/ /Host /Engine On 4/29/2011 10:36 AM, Mark Thomas wrote: On 29/04/2011 15:29, Seth Lenzi wrote: I'm trying to use