Tomcat3.1Beta > Index
Previous Page Contents Next Page
OOP-Reserch HOME

Mail to Me

JServ and Tomcat3.1Beta

Any quetions and comments are welcome to me.
Please make the subject of your mail to begin with 'OOP[tomcat]' (quotes are not required.). I'll reply to you soon.

As you know, JSP and Servlet plays the role of the user interface of J2EE applications. I'm sure that the seriouse system developers in the world are desire for the cool servlet server. And now, Tomcat is available.

Tomcat3.1Beta is the implementation of JavaServerPages1.1 and Servle2.2 specification and developed and maintained by the Jakarta Project.

The Jakarta Project is managed by the Apache Software Foundation, which is very famouse 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, ins't it?

But how wonderfull if the Apache http server redirects them to the Tomcat servlet engine! Through the Apache httpd server, Tomcat can

And now you can do it. The source distribution of Tomcat3.1Beta includes the source of the JServ module, which works well with Tomcat3.1Beta.

But at this time, there are some restrictions:

To unlock these restrictions, I modified 2 classes of Tomcat3.1Beta and appended 1 class to it. They are: and the source distribution of them are available here.

This documentation describes how to compile the above classes and the required configuarion for JServ and Tomcat3.1Beta.

  1. Compile and Install
  2. Cofiguration overview
  3. httpd.conf
  4. jserv.conf
  5. jserv.properties
  6. server.xml
  7. web.xml
  8. FAQ and Trouble Shooting

Java and all Java-based trademarks and logos are trademarks or registered of Sun Microsystems, Inc. in the United States and other countries.


Previous Page Contents Next Page
OOP-Reserch HOME

Mail to Me


ALL CONTENTS COPYRIGHT 2000, Jun Inamori. All rights reserved.
Any questions and comments are welcome to Jun Inamori .