RE: CometProcessor proxied through Apache httpd

2010-01-27 Thread Robin Wilson
Stephen Byrne wrote: > Have you successfully used a CometProcessor behind an AJP proxy? I guess not. Sorry to waste your time... ;-) -- Robin D. Wilson Director of Web Development KingsIsle Entertainment, Inc. CELL: 512-426-3929 DESK: 512-623-5913 www.KingsIsle.com -

Re: CometProcessor proxied through Apache httpd

2010-01-27 Thread Stephen Byrne
r of Web Development KingsIsle Entertainment, Inc. CELL: 512-426-3929 DESK: 512-623-5913 www.KingsIsle.com -----Original Message- From: Stephen Byrne [mailto:step...@lincware.com] Sent: Wednesday, January 27, 2010 9:54 AM To: Tomcat Users List Subject: Re: CometProcessor proxied through Apache

RE: CometProcessor proxied through Apache httpd

2010-01-27 Thread Robin Wilson
t KingsIsle Entertainment, Inc. CELL: 512-426-3929 DESK: 512-623-5913 www.KingsIsle.com -----Original Message- From: Stephen Byrne [mailto:step...@lincware.com] Sent: Wednesday, January 27, 2010 9:54 AM To: Tomcat Users List Subject: Re: CometProcessor proxied through Apache httpd Robin Wils

Re: CometProcessor proxied through Apache httpd

2010-01-27 Thread Stephen Byrne
Robin Wilson wrote: Have you tried using mod_proxy_ajp? ProxyPass /some/path ajp://tomcat.host.domain:8009/some/other/path Yes, I did try this, and got the same results as using RewriteRule - a 405 error. -- Robin D. Wilson Director of Web Development KingsIsle Entertainment, Inc. CELL: 51

RE: CometProcessor proxied through Apache httpd

2010-01-27 Thread Robin Wilson
Have you tried using mod_proxy_ajp? ProxyPass /some/path ajp://tomcat.host.domain:8009/some/other/path -- Robin D. Wilson Director of Web Development KingsIsle Entertainment, Inc. CELL: 512-426-3929 DESK: 512-623-5913 www.KingsIsle.com -Original Message- From: Stephen Byrne [mailto:ste

Re: CometProcessor proxied through Apache httpd

2010-01-27 Thread Filip Hanik - Dev Lists
On 01/27/2010 08:26 AM, Stephen Byrne wrote: Is there a way to get CometProcessor to work when proxying through Apache httpd? Here is what I have tried: I have an HttpServlet implementing CometProcessor. When I have a Tomcat connector like this: and I connect to it directly, everything work