Recent Posts

RSS Feeds

Apache Roller upgrade to version 4 saves java server memory

An upgrade of Apache Roller from version 3.1 to 4.0 does not need more java server memory afterwards. From my measurements it may even save memory in the order of 20 mb.[Read More]

  Share

Permalink    

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]