[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - response.getOutputStream() has already been called for this

ramnarayan do-not-reply at jboss.com
Wed Jul 25 13:45:42 EDT 2007


Hi All,

Am facing this issue since a few days and couldn't solve it.Kindly help me in getting it resolved.

I have this piece of code for your reference.

 NetCheckBody.main(request1, response, out, isServlet, rootVirtualPath, rootPhysicalPath);
        out.close();

The main method has this code that causes the problem

RequestDispatcher reqDis = httpRequest.getRequestDispatcher("/"+coBrandIndexPage);
        reqDis.forward(httpRequest,response);

coBrandedIndexPage is a jsp page.

Thanks in advance
Ram

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067532#4067532

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067532



More information about the jboss-user mailing list