JAX-RS with embedded server

前端 未结 3 2054
自闭症患者
自闭症患者 2020-12-08 05:16

Clarification: this question was about GZIPping an JAX-WS-based REST service, but I\'ve decided to change the topic to make it easier to find

3条回答
  •  萌比男神i
    2020-12-08 05:51

    gzipping the output is the reponsibility of JAX WS implementation. You should refer to server's (Tomcat, Glassfish, JBoss, etc) documentation in order to configure your http network listeners.

提交回复
热议问题