Tomcat

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ]

Articles
HOW-TOs
  Presentations
Reviews
  

Articles:
  • Create Desktop Applications with Java-Based Web Technologies by Will Iverson   - [Clicks: 70]
    This union will provide opportunities to build a new class of applications--browser-based applications uniquely suited for this new age of browsers, wireless laptops, and 802.11-enabled PDAs.
    http://www.onjava.com/pub/a/onjava/2003/09/17/macosxjava.html - Sep, 2003
  • Integrating Tomcat and Apache on RedHat 9.0 by Mike Millson   - [Clicks: 55]
    This article discusses how to integrate Tomcat with the Apache web server on RedHat 9.0. The goal is to provide a simple, stable configuration that will allow users to gain confidence using Tomcat.
    http://www.linuxgazette.com/issue95/millson.html - Aug, 2003
  • Critical Steps to Secure Tomcat on Windows NT/2K/XP by Akash Kava   - [Clicks: 95]
    Your applications can never be too secure. Check to see if these critical steps are covered on your server.
    http://www.developer.com/java/ent/article.php/2241061 - Jul, 2003
  • Top Ten Tomcat Configuration Tips by Jason Brittain, Ian F. Darwin   - [Clicks: 411]
    The only catch seems to be this: how can you configure Tomcat to do what you want it to do? Tomcat is capable, as long as you can configure it to suit your needs. Below is my list of ten Tomcat configuration tips, taken from Tomcat: The Definitive Guide, to help you do just that. -- Jason Brittain
    http://www.onjava.com/pub/a/onjava/2003/06/25/tomcat_tips.html - Jun, 2003
  • How Servlet Containers Work by Budi Kurniawan   - [Clicks: 134]
    This article discussed a simple servlet container that can be used to serve static resources, as well as to process servlets as simple as PrimitiveServlet. It also provided background information on the javax.servlet.Servlet interface.
    http://www.onjava.com/pub/a/onjava/2003/05/14/java_webserver.html - May, 2003
  • Understanding Tomcat Security by John Turner, Ben Galbriath, Brian Rickabaugh, Vivek Chopra, Gotham Polisetty   - [Clicks: 76]
    http://www.theserverside.com/resources/article.jsp?l=TomcatSecurity - May, 2003
  • How Java Web Servers Work by Budi Kurniawan   - [Clicks: 63]
    In this article, you have seen how a simple web server works. The application accompanying this article consists of only three classes and is not fully functional.
    http://www.onjava.com/pub/a/onjava/2003/04/23/java_webserver.html - Apr, 2003
  • Tomcat Kick Start: Basic Principles of Web Servers by Martin Bond, Debbie Law   - [Clicks: 84]
    Starting with the Hypertext Transfer Protocol (HTTP), learn the structure of HTTP requests and responses used to exchange information between the Web client and server.
    http://www.informit.com/isapi/product_id~{7E37B61C-EFA2-475F-B6BF-419A17E6105C}/session_id~{}/content/index.asp - Apr, 2003
  • Running Perl Script in Jakarta Tomcat Server by Timothy Eden   - [Clicks: 68]
    See how painless running a Perl script in Jakarta Tomcat Server can be.
    http://www.ftponline.com/javapro/2003_03/online/perl_teden_03_18_03/ - Mar, 2003
  • OpenEJB: EJB for Tomcat by Jacek Laskowski   - [Clicks: 57]
    The aim of this article is to present an easy yet powerful way of combining Tomcat with OpenEJB so that a web application deployed in Tomcat becomes an OpenEJB client in a fully J2EE-compliant manner.
    http://www.onjava.com/pub/a/onjava/2003/02/12/ejb_tomcat.html - Feb, 2003
  • Creating a Web Application with Ant and Tomcat 4 by Paul Wood   - [Clicks: 89]
    I have decided to use Tomcat 4 Servlet/JSP Container technologies to implement a Web application.
    http://www.onjava.com/pub/a/onjava/2003/01/08/tomcat4.html - Jan, 2003

[Top]

HOW-TOs:

[Top]

Presentations:
  • Tomcat 5 New Features by Craig McClanahan   - [Clicks: 60]
    Agenda: Introduction; New Servlet 2.4 Features; HTTP Connectors; JMX Based Architecture; Security Related Issues; Miscellaneous Changes; Summary
    http://www.apache.org/~craigmcc/apachecon-2003-tomcat.pdf - Nov, 2003 - (PDF - 109 Kb)

[Top]

Reviews:
  • Jakarta Tomcat Performance Benchmark by Jeff Guitard   - [Clicks: 70]
    The purpose of this benchmark was to determine the viability of using Tomcat as a servlet engine in a production environment. The benchmark results are compared with "Commercial J2EE App Server". The goal was to measure the relative response times of the two application servers, rather than trying to obtain the best absolute response time.
    [Jakarta Tomcat v4.1.18]
    http://www.theserverside.com/reviews/thread.jsp?thread_id=18243 - Mar, 2003

[Top]