Why does Tomcat crash with “java.lang.NoSuchMethodError: javax.servlet.ServletResponse: method flushBuffer()V not found” ?
Location: http://www.jguru.com/faq/view.jsp?EID=259182 Created: Nov 21, 2000 Modified: 2000-12-06 08:47:43.921 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) Question originally posed by Yuvaraj Chandrasekaran (http://www.jguru.com/guru/viewbio.jsp?EID=238586 The flushBuffer() method of ServletResponse was added to the 2.2 Servlet API. It sounds like you have a 2.1 servlet.jar file in your CLASSPATH somewhere. Remove it (or replace it with the 2.2 version). It is conflicting with the 2.2 version delivered with Tomcat.