Reputation: 1
I am trying to deploy web service built using APACHE-CXF on Jboss5.1.0. It throws the following exception :
javax.servlet.servletException : Unrecognized HTTP request or response object.
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstarctHTTPServlet.java:154)
Upvotes: 0
Views: 1083
Reputation: 11
try removing any geronimo-servlet.jar in the web application's classpath.
Upvotes: 1