ServletException « Request « JSP-Servlet Q&A





1. "javax.servlet.ServletException: non-HTTP request or response" in JBoss    stackoverflow.com

My jboss is throwing undescriptive error while trying to run my application (spring mvc). It deploys ok, and this exception doesn't tell me anything useful so I don't really know what ...

2. ServletException with Jakarta Request Taglib and WebLogic 7.0 server.    coderanch.com

Hi, We are converting our application from iPlanet (SunOne) to WL7.0. I get the following error when tag library is used in our jsp file. The tag library is jakarta Request library. Any suggestions on how to debug this ? Thank you, Robert Use of the tag lib: ============== <%@ taglib prefix="req" uri="/WEB-INF/tlds/taglibs-request.tld" %> The ...