Skip to main content

Posts

Showing posts from May, 2013

Setting up Java Servlet & JSP Environment With APACHE TOMCAT SERVER

================================================================= Setting up Java Servlet and JSP Environment With APACHE TOMCAT SERVER ================================================================= •    Required tools     o    Jdk [eg. Jdk7.0]     o    Apache Tomcat Server [eg. Tomcat 7.0]        [Note: This tutorial will work on Apache tomcat  7.0]      [Note: Place your tomcat directory into C:\]      [Note: Install the jdk into C:\Program files\]   •    Sitting up Java Environment     o    Install JDK     o    After successful installation find the “BIN” directory within installation directory       [eg. C:\Program Files\Java\jdk1.6.0_26\bin]. Copy the full path and set the “PATH” environment variable as the copied path; [eg. PATH=C: \Program Files\Java\jdk1.6.0_26\bin]                          [Nb. How to set environment variable? Follow at last of this topic] •    Setting up Apache     o    CREATE three environment variables as JAVA_HOME, JRE_HOME,