Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Rnehpets

    How to implement host-header page expires in Tomcat

    I'm new to Tomcat, so I'm unsure whether there is a configuration to set this. However, I'm using the following in JSP's that seems to solve client caching issues. 1. Place the following in at the start of the JSP <% response.setHeader(&quot;Cache-Control&quot;,&quot;no-cache&quot;); //HTTP...

Part and Inventory Search

Back
Top