Follow-up I enabled logging for the connector by adding a connector category entry to the Log4J properties and it shows that the compression attributes are being set in the Http11Protocol class.
jboss-4.0.1\server\default\conf\log4j.xml <!-- ================ --> | <!-- Limit categories --> | <!-- ================ --> | | <!-- Follow the actions of the HTTP/1.1 connector --> | <category name="org.apache.coyote.http11.Http11Protocol"> | <priority value="TRACE"/> | </category> | The attributes are correctly read from Tomcat's server.xml file: | [org.apache.coyote.http11.Http11Protocol] Attribute soLinger: -1 | [org.apache.coyote.http11.Http11Protocol] Attribute soTimeout: 60000 | [org.apache.coyote.http11.Http11Protocol] Attribute serverSoTimeout: 0 | [org.apache.coyote.http11.Http11Protocol] Attribute tcpNoDelay: true | [org.apache.coyote.http11.Http11Protocol] Attribute jkHome: D:\Server\Java\jboss-4.0.1\server\default | [org.apache.coyote.http11.Http11Protocol] Attribute secure: false | [org.apache.coyote.http11.Http11Protocol] Attribute compressionMinSize: 256 | [org.apache.coyote.http11.Http11Protocol] Attribute maxThreads: 150 | [org.apache.coyote.http11.Http11Protocol] Attribute backlog: 100 | [org.apache.coyote.http11.Http11Protocol] Attribute minSpareThreads: 25 | [org.apache.coyote.http11.Http11Protocol] Attribute address: /84.12.34.245 | [org.apache.coyote.http11.Http11Protocol] Attribute redirectPort: 8443 | [org.apache.coyote.http11.Http11Protocol] Attribute port: 80 | [org.apache.coyote.http11.Http11Protocol] Attribute maxSpareThreads: 75 | [org.apache.coyote.http11.Http11Protocol] Attribute compressableMimeTypes: text/html,text/xml,text/plain | [org.apache.coyote.http11.Http11Protocol] Attribute service: StandardService[jboss.web] | [org.apache.coyote.http11.Http11Protocol] Attribute enableLookups: false | [org.apache.coyote.http11.Http11Protocol] Attribute soTimeout: 20000 | [org.apache.coyote.http11.Http11Protocol] Attribute compression: force | [org.apache.coyote.http11.Http11Protocol] Initializing Coyote HTTP/1.1 on http-84.x.y.z-80 | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877369#3877369 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877369 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
