8 Replies Latest reply on Mar 26, 2013 3:45 PM by amittelang1976

    Deplyoing application runtime giving JSP Compilation Error only on JBOSS EAP 6, _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit

    amittelang1976

      Hi ,

       

      I am migrating my application from weblogic to JOBSS and while doing so one of my JSP at runtime giving me error about unable to compile because the java class compiled version of JSP is exceeding the 65535 bytes limit. But I am not facing this issue with weblogic server. Only with Jboss EAP this issue is coming.

      Let me know the resolution if any one encountered.

      Also my this application is legacy using servlet-jsp model only so its very hard to split the jsp into many jsps using jsp:include action.

      Is there any other workaround in JBOSS EAP for this issue. Note : I am using java 7 version.That should not be a problem as same java version is working fine with weblogic.

       

      Thanks,

      Amit