Download presentation
Presentation is loading. Please wait.
Published byJoel Bond Modified over 9 years ago
1
Chapter 1 Server Setup and Configuration
2
Contents A.Installing and Configuring Web Server B.Testing the Installation
3
A. Installing and Configuring Web Server 1.Installing Java 2.Installing Tomcat Web Server 3.Configuring Tomcat
4
1. Installing Java Download JDK 6 Update 6 (jdk-6u6- windows-i586-p.exe) at http://java.sun.com/javase/downloads/index.jsp and run it http://java.sun.com/javase/downloads/index.jsp
5
2. Installing Tomcat Web Server Download apache-tomcat-6.0.16.exe at http://tomcat.apache.org and run it http://tomcat.apache.org Destination folder: C:\Program Files\Apache Software Foundation\Tomcat 6.0 (TOMCAT_DIR)
6
3. Configuring Tomcat Configuration file: TOMCAT_DIR/conf/server.xml 3.1. Specifying Server Port 3.2. Enabling Servlet Reloading
7
3.1. Specifying Server Port Change port from 8080 to 80 Change to 80
8
3.2. Enabling Servlet Reloading Add DefaultContext:
9
B. Testing the Installation 1. Starting Tomcat 2. Testing HTML 3. Testing JSP 4. Testing Servlet
10
1. Starting Tomcat Start > All Programs > Apache Tomcat 6.0 > Monitor Tomcat Right-click the Tomcat icon at the lower right corner of the screen > Start service
11
2. Testing HTML 2.1. Preparing Hello.html 2.2. Running Hello.html in Web Browser
12
2.1. Preparing Hello.html Use Microsoft FrontPage or Dreamweaver 8 to edit and save Hello.html to TOMCAT_DIR/webapps/ROOT
13
2.2. Running Hello.html in Web Browser
14
3. Testing JSP 3.1. Preparing Hello.jsp File 3.2. Running Hello.jsp in Web Browser
15
3.1. Preparing Hello.jsp File Use Microsoft FrontPage or Dreamweaver 8 to edit and save Hello.jsp to TOMCAT_DIR/webapps/ROOT
16
3.2. Running Hello.jsp in Web Browser
17
4. Testing Servlet 4.1. Preparing HelloServlet 4.2. Declaring HelloServlet in web.xml 4.3. Running HelloServlet in Web Browser
18
4.1. Preparing HelloServlet.java Use Eclipse 3.2 to edit HelloServlet.java (see next slide) Import TOMCAT_DIR/lib/servlet-api.jar to the Eclipse project Save HelloServlet.class to TOMCAT_DIR/webapps/ROOT/WEB-INF/classes
20
4.2. Declaring HelloServlet in web.xml Using WordPad or Dreamweaver to add the following to TOMCAT_DIR/webapps/ROOT/WEB- INF/web.xml
21
4.3. Running HelloServlet in Web Browser
22
References 1.Core Servlets And Java Server Pages, Volume 1, 2 nd Edition, Chapter 02.
23
Revision History
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.