This is a well known tomcat issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=61723
2018-02-07 15:19 GMT+02:00 Romain Manni-Bucau <[email protected]>: > Hi > > did you try to set mappedfile and smapfile = false, trimSpaces=true in the > jsp init params? > > > Romain Manni-Bucau > @rmannibucau <https://twitter.com/rmannibucau> | Blog > <https://rmannibucau.metawerx.net/> | Old Blog > <http://rmannibucau.wordpress.com> | Github <https://github.com/ > rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > <https://www.packtpub.com/application-development/java- > ee-8-high-performance> > > 2018-02-06 20:34 GMT+01:00 Bugz <[email protected]>: > > > We are trying to migrate our applications to TomEE from glassfish and we > > are > > facing issues with Jsp's getting /_jspService(HttpServletRequest, > > HttpServletResponse) is exceeding the 65535 bytes limit / error. We have > > tried setting the mappedfile to false & trimspaces in web.xml - but it > did > > NOT help. These jsp's does not have static includes. Is there any other > > settings / work around for this issue ? > > > > > > > > -- > > Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev- > > f982480.html > > >
