You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2018/02/07 13:19:27 UTC

Re: TomEE Plume 7.0.3 JSP Compilation error due to exceeding the 65535 bytes limit

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 <re...@gmail.com>:

> 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
>

Re: TomEE Plume 7.0.3 JSP Compilation error due to exceeding the 65535 bytes limit

Posted by Svetlin Zarev <sv...@gmail.com>.
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 <rm...@gmail.com>:

> 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 <re...@gmail.com>:
>
> > 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
> >
>