|
A servlet engine, also known as a container, is essentially a webserver which is capable of executing Java servlets.
|
|
|
1. |
Internet Server
-
Servertec's embeddable servlet engine. Includes product and support information.
|
|
|
2. |
Resin
-
Resin servlet container. Has elements of a full J2EE application server, but makes a small compact servlet engine too.
|
|
|
3. |
The Jakarta Site - Apache Jakarta Tomcat
-
Tomcat has grown into more of a full J2EE container, but it's still useful as a straight-forward servlet container.
|
|
|
4. |
ServletExec
-
Allows you to deploy servlets on Microsoft's IIS server
|
|
|