tomcat Tutorials, Tips & Tricks

Setting Tomcat Heap Size (JVM Heap) in Eclipse

Setting Tomcat Heap Size (JVM Heap) in Eclipse

Recently while running Tomcat under Eclipse for one of the web application I was getting Java Heap memory related error java.lang.OutOfMemoryError. What needs to be done here basically is to increase the jvm heap...

HTTP Proxy setting in Java. Setting up proxy.

HTTP Proxy setting in Java. Setting up proxy.

Working behind a proxy and writing network related code has always been boring for me. Just because everytime I had to connect to Internet and get some data, I had to use Proxy settings....

Performance Monitoring using Glassbox

Performance Monitoring using Glassbox

Industry is recognizing the fact that Performance testing & engineering should be part of the project execution road map starting from Requirement gathering phase. At many times during project executions, performance engineering related activities...

Enable GZIP compression in tomcat

Enable GZIP compression in tomcat

What is GZIP? It is a compression format created by Jean-Loup Gailly and Mark Adler. Version 0.1 was first publicly released on October 31, 1992. GZIP is based on the DEFLATE algorithm, which is...