The Artima Developer Community
Sponsored Link

Web Buzz Forum
Cache Java webapps with Squid Reverse Proxy

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Vineet Manohar

Posts: 114
Nickname: vineetmano
Registered: Mar, 2009

Vineet Manohar is an entrepreneur / Senior Java Developer with 12 years of industry experience
Cache Java webapps with Squid Reverse Proxy Posted: Mar 9, 2010 3:21 PM
Reply to this message Reply

This post originated from an RSS feed registered with Web Buzz by Vineet Manohar.
Original Post: Cache Java webapps with Squid Reverse Proxy
Feed Title: Vineet Manohar's blog » web 2.0
Feed URL: http://www.vineetmanohar.com/category/web20/feed/
Feed Description: Web 2.0: trends, tips and tricks! Google, Google analytics, Javascript, AJAX, SEO and more...
Latest Web Buzz Posts
Latest Web Buzz Posts by Vineet Manohar
Latest Posts From Vineet Manohar's blog » web 2.0

Advertisement
This article shows you step by step how to cache your entire tomcat web application using Squid reverse Proxy without writing any java code. Cache your entire website as static HTML files stored in memory or disk. This technique is useful to when dynamically generated pages in Java are time and CPU intensive. Ideal scenario is when there are high number of reads and few writes. Caution: do not use this approach to cache secure pages. Read article for full details. Related posts:
  1. Publishing to Maven Central Repo in 5 steps

Read: Cache Java webapps with Squid Reverse Proxy

Topic: Bulk/Batch Convert Images Format with ImageFormat1 Previous Topic   Next Topic Topic: Case Changer for File and Folder Names

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use