Recent Posts

RSS Feeds

Tomcat and Java versions memory benchmark

How much memory does an upgrade of Apache Tomcat and Sun Java save on a small Linux server? And how do Jetty and Sun Glassfish perform in comparison? Do Grails applications use more memory than Java web applications? Some benchmark results are discussed.
[Read More]

  Share

Permalink    

Grails / Java Web Hosting - critical parameters for memory saving hosting environments

What is the most memory saving hosting environment for Grails and Java web applications and which parameters influence the memory consumption? This is the start of a series of benchmark results with different combinations of popular hosting components.[Read More]

  Share

Permalink     Kommentare[4]

Non-root Tomcat on Port 80 on a VPS without Apache

Java web applications don't need an Apache web server. In memory constrained systems like virtual private servers (VPS) you may get rid of the Apache web server to save memory and gain speed. The idea is to use iptables to replace port 80 in requests to port 8080 of the tomcat connector. Special problem on VPS systems are solved.[Read More]

  Share

Permalink     Kommentare[5]

Low Cost Grails / Java Web Hosting - Clean Shutdown of Tomcat without another JVM

Clean shutdown of tomcat normally requires a second java process, which fails under low memory constraints. A solution is shown using the netcat (nc) tool under Linux.

[Read More]

  Share

Permalink     Kommentare[1]