About Me
I'm a contract Java developer working in Melbourne for the past 10+ years.
More recently I created onmydoorstep.com.au, a place to find out more about where you live in Australia.
I'm also active in the open-source community with several projects ongoing.
Follow me on Twitter here.Tags
ant apple automation cluster css cv Design developer doclet documentation drm ebook pdf Google guice guides ide ioc IT jasperreports Java javadoc javascript jobs jpa junit markdown mockito netbeans off-topic open-source performance recruitment regex releases servers soap-box syntax testing tips ui visural-common visural-wicket warp-persist web wicket windows-
Popular Posts
- Simple Guide To Sub-reports in JasperReports / iReport
- 1 Minute Guide - Installing Redmine on Windows
- Implementing Facebook OAuth 2.0 Authentication in Java
- Wicket - forcing page reload on browser back button...
- Setting Up Memcached As A Windows Service
- 5 Minute Guide to Clustering - Java Web Apps in Tomcat
Currently Reading
Tag Archives: tomcat
1 second guide – enabling gzip compression in Apache Tomcat
This is one of those note-to-self posts. Add the following attributes to the <Connector> in Tomcat’s server.xml to enable gzip compression of responses: compression=”on” compressionMinSize=”2048″ compressableMimeType=”text/html,text/xml,text/csv,text/css,text/javascript” Done.