Servlets Setup Instructions

"Servlets are modules that extend request/response-oriented servers, such as Java-enabled web servers....Servlets are to servers what applets are to browsers. Unlike applets, however, servlets have no graphical user interface."
Cynthia Bloch
Sun MicroSystems

Setup Instructions

Fill out the information down below and submit the information to Tech Support for the creation of your directory. This process is considered a medium level task will be completed within 24 hours. Our tech support team will send you a confirmation notice as soon as you are setup.

Use Instructions

  1. Upload your servlets ("servletname.class" files) to your "servlets" directory, which is located on the root of your domain, at the same level as the "www" (but not inside the "www" directory). For example, upload "test.class".
  2. reference your servlet as follow: http://www.yourdomain.com/servlets/servletname. In our example of "test.class" servlet, use http://www.yourdomain.com/servlets/test (notice that the .class extension has been removed when it is referenced)

NOTES: