Weblogic 12.2.1 set Gzip Compression to true via WLST
For Weblogic 12.2.1 I need to figure out how to set this to true. We call a .py script to create our domain.
I'm not sure what syntax to use, neither of these work:
- cmo.setGzipCompressionEnabled(true)
- set('GzipCompressionEnabled', true)
Also, I think it needs to go under this but not positive:
configureDomainWebAppContainer()
Any guidance would be appreciated!!
Thank you