Re: Asynchronous servlets + Tomcat + mod_jk

2011-06-07 Thread baran topal
Sent from my iPhone On 6 jun 2011, at 22:50, André Warnier a...@ice-sa.com 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

Re: Asynchronous servlets + Tomcat + mod_jk

2011-06-07 Thread Seth Lenzi
I got the asynch servlet working with Apache and mod_jk. The issue turned out to not be with mod_jk. I was deploying to a clustered environment with two tomcats that were set up to do session replication. I installed a third lone tomcat, linked it to apache with mod_jk, and it worked

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 André Warnier
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 access it by going through Apache and mod_jk the

Re: Asynchronous servlets + Tomcat + mod_jk

2011-06-06 Thread Seth Lenzi
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 an AsyncContext from the HttpServletRequest object. Like the example Servlet at this page,

Re: Asynchronous servlets + Tomcat + mod_jk

2011-06-06 Thread markt
Seth Lenzi le...@jimmy.harvard.edu 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 an AsyncContext from the HttpServletRequest object. Like the example Servlet at this

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 Lenzile...@jimmy.harvard.edu 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