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:

INTRODUCTION

Java 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:

MORE INFORMATION

For additional information about how to download the JDK from JavaSoft, visit the following Sun Web site:For additional information about the servlet tutorial, visit the following Sun Web site:The third-party products that are discussed in this article are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, regarding the performance or reliability of these products.

Modification Type:MinorLast Reviewed:6/23/2005
Keywords:kbhowto KB240842 kbAudDeveloper