Re: Tomcat NIO : CometProcessor

2010-04-05 Thread Michael Wojcik
Filip Hanik - Dev Lists wrote: you're wrong, I believe it is chunk-header:blablaCRLF chunk-dataCRLF The spec says chunk = chunk-size [ chunk-extension ] CRLF chunk-data CRLF Hence, the request that was posted here, should have been 16bytes

Re: isapi_redirect 1.2.30

2010-04-05 Thread Jordan Michaels
Okay, I will try that. I have the properties log level currently set to debug. I'll try trace and see if it can provide more information there (I didn't realize trace had more information then debug). Yeah, I don't understand it either. It's important to note that this *only* happens when

RE: RemoteHostValve for infinite domains?

2010-04-05 Thread Jeffrey Janner
*** NOTICE * This message is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If the reader of

RabbitMQ-based vcloud session clustering

2010-04-05 Thread Jon Brisbin
Not sure there's anyone besides me on both these lists, but I'm x-posting just to save time. I'm currently working on setting up a RabbitMQ-based session cluster using my own session manager and store. I had to write my own because I couldn't find anything out there that uses JMS or RabbitMQ

RE: Major Tomcat classloading issues with javaagent command line switch

2010-04-05 Thread Caldarale, Charles R
From: Arshan Dabirsiaghi [mailto:arshan.dabirsia...@aspectsecurity.com] Subject: Major Tomcat classloading issues with javaagent command line switch The bottom line appears to be this: across Tomcat and JDK versions, you can't use the javaagent switch and have a working web app. Wrong