eWebProgrammer
Distributednetworks GofPatterns
prev next prev next
Course navigation
Lesson 1
Software setup and configuration for the Java Web Server
Before you can write a servlet, you need to install some support software. This includes the Java Servlet Development Kit, which will provide you with the classes your servlet will extend, and the Java Web Server, which you can use to test your servlets.
You will also learn about some other avenues that you can follow to add servlet support to your Web site.

After completing this module, you will be able to:
  1. Get and install the JSDK
  2. Get, install, and configure the Java Web Server
  3. List some other Web servers that support servlets
  4. List some add-ons that add servlet capability to popular Web servers
  5. Run a sample servlet with the JSDK server
Course navigation