Tag Archives: raspberrypi

Deploying WAR file to Tomcat

In this post, I will continue to go thru the steps required to deploy a WAR file to the raspberry pi. And yes, it will works for other linux based system. To deploy the WAR file, simply copy the WAR … Continue reading

Posted in apache tomcat, Raspberry Pi | Tagged , , , , | Leave a comment

Backup a img of Raspbian for Raspberry Pi

We cannot deny that it is important to always backup your data. It is even much more important to backup your entire Raspberry Pi SD card after going thru so much to setting up all the configuration which you never … Continue reading

Posted in Raspberry Pi | Tagged , , , , , , | Leave a comment

Installing mysql on Raspberry Pi

In this post, I will go through how to install mysql on Raspberry Pi 2. Installing mysql is much simpler than installing Apache Tomcat as it can be done via apt-get During the setup, you would be prompted to set … Continue reading

Posted in mysql, Raspberry Pi | Tagged , , , , | Leave a comment

Installing Apache Tomcat on Raspberry Pi

In this post, I will be documenting the process of running Apache Tomcat on Raspberry Pi 2. Before we start installing Tomcat, it would be good to do a update. After the update, verify that you have java 8 installed. … Continue reading

Posted in apache tomcat, Raspberry Pi | Tagged , , , , , | 3 Comments

Setup VNC server on Raspberry Pi

In this post, I will go through with you on how to setup vnc server on the Raspberry Pi. While the Raspberry Pi has a full HDMI port for output, it might be more convenient to access it remotely via … Continue reading

Posted in Raspberry Pi | Tagged , , , , | Leave a comment

Getting Started on Raspberry Pi as a Server

This will be part of a series of posts on how to get started on using Raspberry Pi 2 as a Server to host a java web service. I am currently exploring the possibility of using Raspberry Pi as a … Continue reading

Posted in Raspberry Pi | Tagged , , , , , , | Leave a comment