Unfortunately, the limit is 64k per block of static content (since DataOutputStream.writeUTF has this limit). You can break the limit by dividing your GSP by adding any GSP token to the static content (for example:) <%-- some comment --%>to break it into maximum blocks of 64 KB.
source
share