The JavaTM Tutorial
Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search

Trail: Servlets
Lesson: Utilities for Running Servlets

Starting the Server (JSDK 2.1)

Like the servletrunner utility from the JSDK2.0, the server included with the JSDK2.1 is a small, multithreaded process that can run one or more servlets.

Unlike some web servers, the JSDK server does not automatically reload updated servlets. However you can stop and restart the server with very little overhead to run a new version of a servlet.

This section shows you how to,

Preparing to Start the JSDK Server

Before you run the JSDK server, you must have a compliant JDK:


Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search