Im new to jsp.I\'m getting error is The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit
I am using s
Rather making multiple files i found above mentioned answer's solution more good i-e Adding
mappedfile
false
into Web.XML file. but i did not found "JspServlet" in my web.XML file and found a ref link and placed the complete mapping
jsp
org.apache.jasper.servlet.JspServlet
mappedfile
false
that worked for me. hope this will help someone.