Tag Archives: raspbian

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