Implementation
Implementation
3.3 IMPLEMENTATION
New Features
Runtime changes to content
Runtime changes to presentation
New standard protocols (such as FTP)
New custom protocols
HTTP URL
FTP URL
INSTALLING SERVLETS:
There are many web servers that support servlets. It is beyond the
scope of this course to cover the different ways to install servlets in each
server. This course examines the JSDK’s servlet runner utility and the
JWS.
USING SERVLETRUNNER:
For the jdk1.1 and the Java 2 platform, installation of the Java
Servlet Development Kit (JSDK) is need. To use servletrunner, your PATH
environment variable points to its directory must be made sure. For the
JSDK 2.0 installed with all default options, the location is c:\jsdk2.0\bin on
a windows platform.
47