https://issues.apache.org/bugzilla/show_bug.cgi?id=51881
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #6 from Mark Thomas <ma...@apache.org> 2011-09-27 16:10:02 UTC --- A couple of notes on the sample: - The class name is TransportHandler not TransportServlet - The <web-app> element in web.xml isn't quite right and Tomcat complains if validation is enabled - There is an invalid <comet-support-enabled> tag that Tomcat complains about if validation is enabled - The <init-param> tags are too late in the <servlet> block and Tomcat complains if validation is enabled I have tested the supplied test case and am unable to recreate the issue. The test environment was: OS: Windows 64-bit Java: 1.6.0_27 64-bit Chrome: 14.0.835.186 m Tomcat: 7.0.21 with NIO and APR, trunk with NIO In order to look at this further you are going to have to provide exact steps that recreate this issue on a clean install of either the latest Tomcat release or the latest code from svn trunk. It may also help if you provide a complete WAR file to ensure commonality between environments. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org