How to setup tomcat with Eclipse

This post shows how to setup tomcat with eclipse, in order to deploy applications from within eclipse [including Servlet 3.x projects]. This post is created with following environments, but should be well applicable for your environments: Luna Service Release 2 (4.4.2) Tomcat 8.0.24 JDK 1.7 Let’s get started. In Eclipse, Open Window -> Show View…

Continue reading

How to setup MySQL on local PC

In this post, we will learn how to setup MySQL on our local machines/system. This is one of the possible way to install, although you may prefer another approaches. We will be installing both workbench and MySQL Server together using MySQL Community Server Let’s begin. Step 1: Download Community Server from here. Current version is…

Continue reading