On 07/02/18 19:19, Jan Tosovsky wrote: > Dear All, > > I've updated ancient tomcat to 8.0.49 and deployed app now throws '65535 > bytes limit' exception for certain JSPs. > > Following this (older) thread > https://stackoverflow.com/questions/5484253/jspservice-is-exceeding-the-6553 > 5-bytes-limit I changed that mappedfile parameter, but it didn't help. > > So I downgraded tomcat to 8.0.30 and it works fine again. > > Should that mappedfile settings fix the issue so my observation seems to be > a regression in recent versions? Nobody complains this solution doesn't work > in that older thread.
It will help but it isn't a guaranteed fix. There are other options. You could try compilation with javac. You could also try these settings: trimSpaces - true enablePooling - false Note the disabling pooling may impact performance. It depends on lot on the complexity of the tags. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org