How to disable SSL Compression for eDiscovery Platform
book
Article ID: 100049690
calendar_today
Updated On:
Description
Description
The eDiscovery Platform (eDP) comes with SSL Compression turned on by default. To disable it, please do the following steps:
NOTE: Replace xx with appropriate version number
- Make a backup of D:\CW\Vxx\tomcat\conf\server.xml
- Edit D:\CW\Vxx\tomcat\conf\server.xml:
- Add a new line before />
- Add this to the line:
compression="off"
NOTE: Result should look similar:
maxPostSize="20971520"
compression="off"/>
- Save the server.xml
- Edit: D:\CW\Vxx\config\templates\tomcat\server.xml:
- Find:
- Add a new line before />
- Add this to the line:
- compression="off"
- NOTE: Result should look similar:
maxPostSize="20971520"
compression="off"/>
- Save the server.xml
- Restart eDP services via Clearwell Utility Option 3
Issue/Introduction
How to disable SSL Compression for eDiscovery Platform
Was this article helpful?
thumb_up
Yes
thumb_down
No