Linux : Setting up Raspberry Pi as a Java application server

This page last changed on Oct 24, 2013 by admin.

Preparing the SD card

Booting for the first time

Insert the SD card into the Pi and power it on. The OS will start up with a config utility when it is run for the first time. I did the following:

Reboot after this.

Additional setup

Setup Java 7 SDK

The latest Raspbian images come with Java 7 pre-installed. We only need to set JAVA_HOME properly in /etc/default/tomcat7

Install Tomcat 7