Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8583821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T21:37:38+00:00 2026-06-11T21:37:38+00:00

I think to try to speed up my Web App by reducing the size

  • 0

I think to try to speed up my Web App by reducing the size of transferred data. For example, in Nginx there is a special module. How to enable compression for JBoss server?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T21:37:40+00:00Added an answer on June 11, 2026 at 9:37 pm

    JBoss AS version 6 or lower

    To enable gzip compression, settings need to be added to your existing HTTP connector.
    Located at /server/default/deploy/jbossweb.sar/server.xml:

    <!-- A HTTP/1.1 Connector on port 8080 -->
    <Connector protocol="HTTP/1.1" port="${jboss.web.http.port}"
            address="${jboss.bind.address}" redirectPort="${jboss.web.https.port}"
    
    compression="force"
    compressionMinSize="512"
    noCompressionUserAgents=""
    compressableMimeType="text/html,text/xml,text/css,text/javascript"
    />
    

    JBoss AS 7.0.x

    JBoss 7.0.x – 7.1.0 have no support for gzip compression build in.
    See also issue report at: https://issues.jboss.org/browse/AS7-2991

    One way to add gzip compression in JBoss 7.0 is to add is as filter.
    For details: https://code.google.com/p/webutilities/wiki/CompressionFilter

    JBoss AS 7.1.1

    Just recently JBoss finished adding gzip compression to JBoss. As of version 7.1.1Final, gzip compression is supported out of the box again. To enable, add to the server launch params:

    -Dorg.apache.coyote.http11.Http11Protocol.COMPRESSION=on
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i try to send data to my php scripts but i think i miss
there is one think, i can't understand anyway:((( when i try to set cookie(it
I'm try to think of the best way to cache a very large collection
I think I'm on the right track, but when I try to call for
I've been thinking about nested try/catch statements and started to think about under which
I really think that here ill found my answers... I try to make a
In matlab there is a special function which is not available in any of
I want to add multiple data,whether there is a faster way. I mean the
I need an empty char array, but when i try do thing like this:
Okay, I'm getting this error when I try to execute this procedure. The thing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.