OOP-ResearchMake It Simpler by Object Oriented Programming

Apache Tomcat, How to, installation, configuration, patches

How to for Apache Tomcat. Installation and configuration of Jakarta Tomcat. Patches for Apache Tomcat. This page lists the articles and tutorials for Apache Tomcat.


PRODUCT: : Product by OOP-Research
DOC: : Documentation written by OOP-Research
PATCH: : Patch for the other vendor's system


Configuring and Using Apache Tomcat 4 for Servlet and JSP Development

While this is not the article by OOP-Research, this is one of the best how to for Apache Tomcat 4.x in the world. If you just start the Servlet/JSP development, we strongly recommend you to read this article at least once. Even if you are not familiar with some basic concepts of Servlet/JSP, it will lead you the successful development.

This article is written by Marty Hall, the author of:

  • More Servlets and JavaServer Pages
  • Core Servlets and JavaServer Pages
  • Core Web Programming

, the well-known best-sellers from Prentice Hall and Sun Microsystems Press. Marty Hall is a Senior Computer Scientist at the Johns Hopkins University Applied Physics Lab, where he designs and develops distributed applications (mostly for government clients) in the Research and Technology Development Center.
In addition to working full-time in research and development using Java and writing Java programming texts, Marty has extensive teaching and training experience, including short courses on JSP and servlets in the US, Japan, Canada, Australia, and the Philippines. For details about his training courses, please visit his web site at:

Go Site Map Read More

DOC:How to set-up Tomcat in a secure way

Tomcat 3.3 is the de facto standard of Servlet 2.2/JSP 1.1 implementation. Based on the enthusiastic efforts by the cool Apache developers, Tomcat 3.3 provides a very sophisticated modular design, which allows the Servlet container to be customized by adding and removing modules that control the processing of Servlet requests. Now, Tomcat 3.3 gets the significance performance improvements. By this state-of-art implementation of Servlet 2.2/JSP 1.1, our Servlet/JSP can offer better web-based or WAP-based services than ever.

This article is the How To for setting up Tomcat 3.3 in a secure way.



Go Site Map Read More

DOC:Object in the ServletContext

An object in the ServletContext on Java Servlet can update its enclosing data by accessing SQL database through EJB or JDBC periodically. Our Servlets can get the latest data without the connection to the the SQL.



Go Site Map Read More

PATCH:Un-official extention for Tomcat3.1

Un-official extention for Tomcat3.1 is available to download. With this extention, the servlet can access the data of files uploaded by POST with 'multipart/form-data' encoding. It is beyond the Servlets Specification v2.2, but Tomcat can be more usefull.



Go Site Map Read More

PATCH:Un-official patch for Tomcat3.1

Tomcat3.1 is the implementation of JavaServerPages1.1 and Servle2.2 specification and developed and maintained by the Jakarta Project. This is an un-official patch for Tomcat3.1.



Go Site Map Read More

DOC:My proposal to the next version of Servlets and JSP Specification

We, the developers in the Tomcat developer mailing list), have talked about the Servlets Specification v2.2 and JSP Specification v1.1, and I resumed my proposal based on such a discussion. I'm eager to hear your opinion to my proposal!



Go Site Map Read More

DOC:Setting up Tomcat3.1 with JServ.

Tomcat3.1 is the implementation of JavaServerPages1.1 and Servle2.2 specification and developed and maintained by the Jakarta Project.
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?



Go Site Map Read More

DOC:Setting up Tomcat3.1Beta with JServ

This document describes about setting up Tomcat3.1Beta with JServ. Patch for Tomcat3.1Beta is also available in this page.



Go Site Map Read More

DOC:Building Apache with many modules.

Building Apache1.3.12 itself easy. But in case many modules need to be compiled with Apache, it is important to take the appropriate procedure. Except for the standard modules which are supplied with Apache source tree, we should carefully examine how to compile them. In this documentation, I'll describe how to compile the following external (non-standard) modules:

  1. libssl.so
  2. mod_frontpage.so
  3. libperl.so
  4. libdav.so
  5. mod_fastcgi.so
  6. libphp3.so
  7. mod_jserv.so


Go Site Map Read More


Caution!
All the APIs for Servlet/JSP introduced by this web site are now included in Bento framework:
  • Simpler than JSTL or Apache Struts
  • MVC framework by HTML
  • Input validation from CGI FORM
  • Easy user authentication
  • Easy localization (L10n)
To download the APIs and source code examples, please visit the web site of Bento framework.


JBuilder 2007


General Information

For Java Development

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 1997-2007, OOP-Research Corporation. All rights reserved.