[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Facing Generated servlet error: exceeding the 65535 byte
PeterJ
do-not-reply at jboss.com
Mon Dec 22 13:27:18 EST 2008
anonymous wrote : The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit
A JSP is converted into a servlet, and then compiled into a class file. The buffer used for the servlet is 64K long. You JSP overflowed this buffer during the conversion process. You need to shorten your JSP.
anonymous wrote : This issue is resolved only when i close the <jsp:forward> tag with "/" by removing the </jsp:forward> tag. Also i remove the comment tags given between the start <jsp:forward> tags and end <jsp:forward> tags.
Sorry, but you lost me there. Please post the code that works and the code that does not work. Also, post the web-app version number in your web.xml file.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198069#4198069
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198069
More information about the jboss-user
mailing list