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
|
|
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:- Publishing to Maven Central Repo in 5 steps
Read: Cache Java webapps with Squid Reverse Proxy
|
|