Installing servlets  Installing existing servlets into a server

Chapter 22: Creating Java Servlets

Defining a new servlet

When defining a new servlet, you can install it in a server at the same time, or you can define the servlet in the top-level Servlets folder, then install it in one or more servers later.

  1. To create a servlet and install it in a server:

    To define a servlet that is not installed in a server:

  2. Enter a name for the servlet. This name will be used in HTTP URLs that invoke the servlet.

  3. Configure the servlet properties as described in “Configuring servlet properties”.





Copyright © 2005. Sybase Inc. All rights reserved. Installing existing servlets into a server

View this book as PDF