How to use Java servlets on IIS (240842)
The information in this article applies to:
- Microsoft Internet Information Server 3.0
- Microsoft Internet Information Server 4.0
- Microsoft Internet Information Server 5.0
This article was previously published under Q240842 We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 6.0 running on Microsoft Windows Server 2003. IIS 6.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site: INTRODUCTIONJava servlets are server-side Web server extensions. Java servlets are designed as a Java replacement for CGI. Java servlets can be used between Web servers. Java servlets can be migrated between Web servers. You can do this because Java servlets rely on the Java servlet API rather than the server itself. To use Java servlets on a Web server, the Web server must have a Virtual Machine that can support the language of the servlet, in this case Java. The server must also support the Java servlet API.
To implement Java servlets on Internet Information Server (IIS), you have to have an engine to host the Java servlets.
The following are possible host engines for Java servlets:
- IBM WebSphere Application Server
- Jrun from Macromedia
- ServletExec 2.1 from New Atlanta Communications
Modification Type: | Minor | Last Reviewed: | 6/23/2005 |
---|
Keywords: | kbhowto KB240842 kbAudDeveloper |
---|
|