Posts

Showing posts from December, 2016

Guidelines

Setting up environment for MSDProject For this we need the following software and tools JDK 1.8 Eclipse Neon or Oxygen Apache Tomcat MYSQL Spring Libraries Apache Commons Libraries Download and Install the latest JDK [ http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html ] Setup path variables for JAVA_HOME and make sure JAVA is configured properly [ https://www.java.com/en/download/help/path.xml ] Download Eclipse Installer from [ http://www.eclipse.org/downloads/ ] Once the installer is open, select "Eclipse IDE for Java EE Developers" Download and Extract TOMCAT for windows [ https://www.ntu.edu.sg/home/ehchua/programming/howto/Tomcat_HowTo.html ] Setup path variables for TOMCAT Download Spring jar files [ http://repo.spring.io/release/org/springframework/spring/4.3.4.RELEASE/spring-framework-4.3.4.RELEASE-dist.zip ] Download apache commons logging jar [ http://commons.apache.org/proper/commons-logging/download_logging.c

Installing TOMCAT

Image
Apache Tomcat Web Server How to Install and Configure? I had to use Java Spring framework for one of my projects and I needed to install Apache Tomcat Server to run the code I write. I've followed many tutorials but they were all stuck in the middle. Then I thought of writing a tutorial here to help installing it to anyone who needs the great Apache!