|
|
Tomcat and JServ
Any questions and comments are welcome to me.
As you know, JSP and Servlet plays the role of the user interface of J2EE applications. I'm sure that the serious system developers in the world are desire for the cool servlet server. And now, Tomcat is available.
Tomcat3.1 is the implementation of JavaServerPages1.1 and Servlet2.2 specification and developed and maintained by the Jakarta Project.
The Jakarta Project is managed by the Apache Software Foundation, which is very famous for its http server. The Apache Software Foundation also produces another cool project, the Apache JServ project, whose purpose is to enables us to use the servlet engine from Apache http server. The "JServ", which is the product from the Apache JServ project, consists of the JServ module installed in the Apache http server and its sophisticated servlet engine. With the JServ module installed, the Apache http server redirects some of the http request to the JServ servlet engine. This means our servlets can be invoked through the Apache http server. This is cool, isn't it?
But how wonderful if the Apache http server redirects them to the Tomcat servlet engine! Through the Apache httpd server, Tomcat can
This documentation describes how to compile the above classes and the required configuarion for JServ and Tomcat3.1.
Java and all Java-based trademarks and logos are trademarks or registered of Sun Microsystems, Inc. in the United States and other countries.
|
|
ALL CONTENTS COPYRIGHT 2000
, Jun Inamori. All rights reserved.
Any questions and comments are welcome to
Jun Inamori
.