想要在Weblogic中启用GZip压缩
我想为我的静态文件启用 GZIP 压缩,例如由 weblogic 服务器提供服务的 css 样式、javascript。任何人都可以帮助如何在 weblogic 服务器中配置此功能。
I want to enable GZIP compression for my static file like css styles, javascript which is serving from weblogic server. Can anyone help to how to configure this feature in weblogic server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
转到 http://sourceforge.net/projects/pjl-comp-filter/下载它并使用以下配置更新您的 web.xml 文件:
Go to http://sourceforge.net/projects/pjl-comp-filter/ to download it and update your web.xml file with the following config:
为 Web 应用程序配置 GZIP 压缩
您可以在域级别或 Web 应用程序级别启用和配置内容编码 GZIP 压缩。特定 Web 应用程序的值会覆盖域级别的值。
要为域中的所有 Web 应用程序配置 GZIP 压缩:
管理控制台,单击锁定和锁定编辑(请参阅使用更改
中心)。
GZIP 压缩:
并非所有更改都会立即生效 - 有些更改需要重新启动(请参阅使用更改中心)。
Configure GZIP compression for Web applications
You can enable and configure content-encoding GZIP compression at the domain level or Web application level. Values for a specific Web application override domain-level values.
To configure GZIP compression for all Web applications in the domain:
Administration Console, click Lock & Edit (see Use the Change
Center).
GZIP compression:
Not all changes take effect immediately—some require a restart (see Use the Change Center).