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

  • SEARCH
  • Home
  • 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 a specific record from being deleted. This trigger works fine
I want to prevent users from making the same selection twice or more and
I want to prevent users from accessing my robots.txt file but I still want
When I want to prevent default behaviour of anchor tag I`m using <a href=javascript:void(0);>link</a>
I want to prevent users submitting forms multiple times in .NET MVC. I've tried
I want to prevent my users to read my ruby code. Are there some
I basically want to prevent searches that are less than 3 characters long. In
I'd want to prevent UPDATE querys that write over ceartain fields in my database.
I have a website created in PHP technology and i want to prevent robots
Suppose I have a template which takes 3 template parameter. I want the third

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.