Recent Posts

RSS Feeds

Debian 5 Lenny Sun Java JDK / JRE on VPS install problem solved

Howto install Sun Java 6 JDK on virtual servers running Debian 5 Lenny with low main memory.
[Read More]

  Share

Permalink     Kommentare[0]

Debian Etch to Lenny upgrade from remote on VPS / VServer successful

Last evening I managed to upgrade the Debian Linux distribution from version 4.0 (Etch) to version 5.0 (Lenny) from remote on my virtual server running virtuozzo.[Read More]

  Share

Permalink     Kommentare[0]

Google App Engine for Java compared to VPS Java Hosting

Googles App Engine for Java is a cheap and powerful alternative for hosting Java (and Groovy, Scala, JRuby, ...) web applications compared to VPS hosting. How do both compare and what are the advantages and disadvantages of each? Which offer is better for you and your requirements?
[Read More]

  Share

Permalink     Kommentare[1]

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]

Basic VPS security with simple firewall rules

Every server facing the internet should be protected by a firewall. Linux servers include the iptables firewall which is very capable. But on VPS systems this firewall is often restricted so much that many well known firewall configuration tools don't work. This article explains how to find out the firewall capabilities of your VPS system and how to configure a basic protection with a few hand coded firewall rules.[Read More]

  Share

Permalink