Skip to content

Instantly share code, notes, and snippets.

@hujj0615
Created December 20, 2012 06:29
Show Gist options
  • Save hujj0615/4343313 to your computer and use it in GitHub Desktop.
Save hujj0615/4343313 to your computer and use it in GitHub Desktop.
config compress in tomcat
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
URIEncoding="utf-8"
acceptCount="100"
maxThreads="250"
compression = "on"
compressableMimeType="application/json"
compressionMinSize="1024000"
redirectPort="8443" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment