Tomcat

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

Articles
  

Articles:
  • Configuring Tomcat with IIS Web Server by James Goodwill   - [Clicks: 110]
    In this article, we are going to continue our Tomcat Connector discussions with a look at how to configure Tomcat and Microsoft's Internet Information Server (IIS) using the JK v1.2 Connectors.
    http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html - Dec, 2002
  • Improve Your Career with Tomcat and Aspire by Satya Komatineni   - [Clicks: 19]
    In this article, I want to show you how your IT relational teams can make use of two products in the J2EE/XML space and expose their relational business expertise to the outside world. Tomcat, the first of the two suggested products, is an open source implementation of the servlet standard (a part of J2EE) in a very small accessible package (four to five megabytes). The second product is a declarative data access tool called Aspire that allows your relational developers to write business logic in stored procedures while using such front-end tools as Dreamweaver and FrontPage.
    http://www.onjava.com/pub/a/onjava/2002/12/04/tomcat-aspire.html - Dec, 2002
  • Configuring Tomcat and Apache With JK 1.2 by James Goodwill   - [Clicks: 107]
    In an earlier article, I promised to demystify Tomcat's server.xml file. Now, I'd like to advance the discussion with an in-depth look at the JK modules. This is the first of five articles addressing JK.
    http://www.onjava.com/pub/a/onjava/2002/11/20/tomcat.html - Nov, 2002
  • For Tomcat Developers, Aspire Comes in a JAR by Satya Komatineni   - [Clicks: 27]
    Aspire.jar is a free, open source, .jar file that can be used for declarative data access, configuration, logging, and factory services needs. For Java developers who are continuing to adopt Tomcat as their primary development platform, this .jar file could save lot of time, while providing a highly flexible data architecture. Aspire.jar is only about 500K and unintrusive in your applications. Installation is as simple as downloading and including the .jar file in the appropriate classpath. You can start putting the .jar file to good use as soon as you finish this article.
    http://www.onjava.com/pub/a/onjava/2002/10/30/aspire.html - Oct, 2002
  • Apache 2.x + Tomcat 4.x + Load Balancing (or Private JVMs) by Pascal Forget, Matt Raible   - [Clicks: 49]
    This article contains step by step instructions for configuring an Apache 2.x web server which handles static content and delegates JSP (Java Server Pages) and Servlet requests to two Tomcat 4.x servers using AJP 13 connectors and a load balancing worker.
    http://raibledesigns.com/tomcat/index.html - Sep, 2002
  • Demystifying Tomcat 4's server.xml File by James Goodwill   - [Clicks: 111]
    The Tomcat server.xml file allows you to configure Tomcat using a simple XML descriptor. This XML file is at the heart of Tomcat. In this article, I will focus on the configuration of all of the major Tomcat components found in the server.xml file. To examine these components, open your server.xml file, which can be found in the conf/ directory of your Tomcat installation.
    http://www.onjava.com/pub/a/onjava/2002/07/31/tomcat.html - Jul, 2002
  • Clustering with Tomcat by Shyam Kumar Doddavula   - [Clicks: 99]
    This article describes how Web applications can benefit from clustering and presents a clustering solution that we developed for the Jakarta Tomcat Servlet Engine to provide high scalability, load-balancing, and high availability using JavaSpaces technology.
    http://www.onjava.com/pub/a/onjava/2002/07/17/tomcluster.html - Jul, 2002
  • J2EE Form-based Authentication by Prabu Arumugam   - [Clicks: 56]
    This article demonstrates how the form-based authentication mechanism works with other security realms, especially the database. It also explains how Web containers use the security roles to implement authorization, and how applications can extend these security roles to protect functionalities within single resource.
    [Includes source code]
    http://www.onjava.com/pub/a/onjava/2002/06/12/form.html - Jun, 2002
  • Embedding Tomcat Into Java Applications by James Goodwill   - [Clicks: 103]
    In this article, we'll extend our Tomcat discussions to the application level by creating a Java application that manages an embedded version of the Tomcat JSP/servlet container. Tomcat can be broken down into a set of containers, each with their own purpose. These containers are by default configured using the server.xml file. When embedding, you will not be using this file; therefore, you will need to assemble instances of these containers programmatically.
    http://www.onjava.com/pub/a/onjava/2002/04/03/tomcat.html - Apr, 2002
  • Clustering Technologies: In Memory Session Replication in Tomcat 4 by Filip Hanik   - [Clicks: 38]
    In this article we will cover one of the clustering technologies, HTTP session replication, that is used within the J2EE model.
    http://www.theserverside.com/resources/article.jsp?l=Tomcat - Apr, 2002

[Top]