Tomcat JSR356 Websocket - disable permessage-deflate compression

早过忘川 提交于 2019-11-29 15:07:26

Please try to add jvm option

-Dorg.apache.tomcat.websocket.DISABLE_BUILTIN_EXTENSIONS=true

to catalina.bat (for windows) or catalina.sh (for unix like OS).

e.g. add this line at the beginning of catalina.sh

CATALINA_OPTS="-Dorg.apache.tomcat.websocket.DISABLE_BUILTIN_EXTENSIONS=true"

add this line at the beginning of catalina.bat

set CATALINA_OPTS="-Dorg.apache.tomcat.websocket.DISABLE_BUILTIN_EXTENSIONS=true"
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!