[jboss-user] [Performance Tuning] - Re: Regarding Https Compression (on Chrome Browser)

rupesh kumar do-not-reply at jboss.com
Thu Jul 26 11:00:40 EDT 2012


rupesh kumar [https://community.jboss.org/people/er_rupeshmca] created the discussion

"Re: Regarding Https Compression (on Chrome Browser)"

To view the discussion, visit: https://community.jboss.org/message/750498#750498

--------------------------------------------------------------
Yes now I have applied compression=force and also Mimetypes, But Still now it is showing the same message on chrome as previously..

<Server>

   <!-- Optional listener which ensures correct init and shutdown of APR,
        and provides information if it is not installed -->
   <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
   <!--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html -->
   <Listener className="org.apache.catalina.core.JasperListener" />

   <Service name="jboss.web">

      <!-- A HTTP/1.1 Connector on port 8080
      <Connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}"
               connectionTimeout="20000" redirectPort="8443" /> -->

     <Connector port="8080" address="${jboss.bind.address}" maxThreads="250"
      maxHttpHeaderSize="8192" emptySessionPath="true" protocol="HTTP/1.1"
      enableLookups="false" redirectPort="8443" acceptCount="100" connectionTimeout="20000"
 *compressableMimeType="text/html,text/xml,text/css,text/javascript, application/x-javascript,application/javascript"*
      disableUploadTimeout="true" *compression="force"*></Connector>

      <!-- Add this option to the connector to avoid problems with
          .NET clients that don't implement HTTP/1.1 correctly
         restrictedUserAgents="^.*MS Web Services Client Protocol 1.1.4322.*$"
      -->

      <!-- A AJP 1.3 Connector on port 8009 -->
      <Connector protocol="AJP/1.3" port="8009" address="${jboss.bind.address}"
         redirectPort="8443" />

      <!-- SSL/TLS Connector configuration using the admin devl guide keystore -->
      <Connector protocol="HTTP/1.1" SSLEnabled="true"
           port="8443" address="${jboss.bind.address}"
           scheme="https" secure="true" clientAuth="false"
           keystoreFile="${jboss.server.home.dir}/conf/chap8.keystore"
           keystorePass="rmi+ssl" sslProtocol = "TLS" />


Can you Suggest on this?
Should i have to add compression parameter in SSL/TLS Connection Configuration and AJP Connector Also ?
Regards 
Rupesh
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/750498#750498]

Start a new discussion in Performance Tuning at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120726/d4fbf05a/attachment-0001.html 


More information about the jboss-user mailing list