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 165935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T12:00:35+00:00 2026-05-11T12:00:35+00:00

I want to prevent my CSSs from being cached on the browser side. How

  • 0

I want to prevent my CSSs from being cached on the browser side. How can I do it in embedded Jetty instance?

If I were using xml configuration file, I would add lines like:

<init-param>   <param-name>cacheControl</param-name>   <param-value>max-age=0,public</param-value> </init-param> 

How I can turn that into the code?

Right now I start Jetty this way:

BasicConfigurator.configure();  Server server = new Server(); SocketConnector connector = new SocketConnector(); // Set some timeout options to make debugging easier. // 1 hour connector.setMaxIdleTime( 1000 * 60 * 60 ); connector.setSoLingerTime( -1 ); connector.setPort( 8081 ); server.setConnectors( new Connector[] { connector } );  WebAppContext bb = new WebAppContext(); bb.setServer( server ); bb.setContextPath( '/' ); bb.setWar( 'src/webapp' );  server.addHandler( bb ); 

I think I should search setControlCache somewhere in the WebAppContext area of responsibility.

Any advices on this?

  • 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. 2026-05-11T12:00:35+00:00Added an answer on May 11, 2026 at 12:00 pm

    I normally use a ServletHolder, like this:

    WebAppContext context = new WebAppContext(); ServletHolder servletHolder = new ServletHolder(MyServlet.class); servletHolder.setInitParameter('cacheControl','max-age=0,public');  context.addServlet(servletHolder, 'myservletpath'); 

    While this does not exactly match your code you should be able to figure it out from there ?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to prevent certain files from ever being cached by a browser (for
I want to prevent my asp.net / c# 2008 web pages from being cached
I want to prevent my iframe from being cached. The first page isn't a
I want to prevent a form from being submitted using jQuery and instead run
I want to prevent the # from being used because I'm using jQuery to
I want to prevent two events from being watched for an element (mouseenter and
I want to prevent my website from putting any information in the browser history
I want to prevent my script, from being flooded - if user hit F5
I want to prevent a select box from being changed if a certain condition
I want to prevent users from using webcam emulators, I have done that in

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.