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:
Calling it directly using a URL.
Embedding it in a server-side include statement inside an HTML document.
Loading it automatically when the Java Web
Server(TM) starts up, then calling it
by means of a URL or server-side include.
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.