Java Web Server 2.0  

Administration Tool: Adding Servlets

Panel Description


Documentation Contents / Documentation Index / Glossary / Administration Tool Help
Purpose
The Add Servlet setup page allows you to add a new servlet and servlet class to your service. After you've loaded a servlet, you can invoke it whenever you want to by: Note: For more information on loading and invoking servlets, see Loading and Invoking Servlets.
 
Location of panel in Administration Tool:
Log In --> Service name --> Manage --> Servlets  
              |_ Add

 
Fields
Servlet Name
Enter the unique name of the servlet you are adding.
 
Servlet Class
Enter the name of the Java class for the servlet. This consists of the package name without the ".class" extension. For example, "com.sun.server.webserver.FileServlet" is a valid class name.
 
Bean Servlet
Indicate if the Servlet you are adding is a Bean Servlet or not. If it is a Bean Servlet, type in the name of associated jar file.
 
Buttons
Add
Adds a new servlet to the Java Web Server.
 
Clear
Clears the screen of any entries not yet added to the Java Web Server.
 

Top
java-server-feedback@java.sun.com
Copyright © 1999 Sun Microsystems, Inc.
All Rights Reserved.