Tomcat

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

Articles
Tutorials
  

Articles:
  • Remotely monitor Tomcat clusters using MC4J by Srini Penchikala   - [Clicks: 327]
    The latest version of Tomcat (5.5.9) uses Java Management Extensions (JMX) MBeans (managed beans) technology for implementing manageability of the servlet container. This support includes monitoring all the cluster elements and session replication details. This article discusses the support provided by Tomcat in terms of clustering and session replication. Author Srini Penchikala explains all the components in a Tomcat cluster that can be monitored using the MBeans API. He demonstrates a sample Web application running in a cluster to show how to monitor cluster details and replicated sessions, and display server statistics using a JMX console.
    [Includes source code]
    http://www.javaworld.com/javaworld/jw-08-2005/jw-0801-jmx.html - Aug, 2005
  • Unleash the power of Tomcat within Geronimo by Sing Li   - [Clicks: 152]
    Geronimo comes standard with two independent Web-tier engines: Jetty and Tomcat. It's pre-wired to work out of the box with Jetty. Veteran Tomcat user Sing Li shows how to reconfigure Geronimo for Tomcat, and how its familiar foundation features are exposed -- and even enhanced -- by Geronimo.
    [Includes web application deployable on Tomcat (or Jetty)]
    http://www-128.ibm.com/developerworks/java/library/os-ag-tomcat/index.html - Jun, 2005
  • Tomcat and OpenLDAP, from Configuration to Application by Darren Duke   - [Clicks: 142]
    Almost all Java web applications require some type of secured access, and this is usually addressed via a Lightweight Directory Access Protocol (LDAP) directory. As a developer, it is advantageous to have a local OpenLDAP directory and web container to enhance productivity. Configuring Tomcat to connect to an OpenLDAP directory is a relatively straightforward if the process is understood. This article details that process, and examines the Apache Jakarta project tag library (taglib) to demonstrate an easy way to test the security mechanisms.
    [Includes sample code]
    http://today.java.net/pub/a/today/2005/05/31/tomcatldap.html - May, 2005
  • Take Your Tomcat on the Road by Roshan Shrestha   - [Clicks: 206]
    Run Tomcat from your USB drive! Roshan Shrestha shows how to organize everything you need, including Java, so you can click & run Tomcat from your keychain.
    [Includes source code]
    http://www.javalobby.org/articles/tomcat2go/ - May, 2005
  • Boost Tomcat performance for static content by Gino Tesei   - [Clicks: 677]
    PippoProxy is a 100 percent pure Java HTTP proxy designed and implemented for Tomcat that can be used instead of standard Apache-Tomcat solutions. It addresses the need for a Java HTTP proxy in those cases where standard Apache-Tomcat configurations cannot be deployed because of internal security policies, because no Apache Web server is available, or because higher performance is required. Thanks to its static content caching, PippoProxy provides a higher performance for static content delivery. It does not require any optional modules or even a Web server for connecting Tomcat, and it can be easily configured and deployed using Apache Ant.
    http://www.javaworld.com/javaworld/jw-02-2005/jw-0228-pippo.html - Feb, 2005

[Top]

Tutorials:
  • Tomcat for beginning Web developers by Sing Li   - [Clicks: 148]
    The Apache Tomcat application server is no longer the exclusive domain of advanced Web system developers. In this tutorial, Sing Li shows beginning Web developers how to leverage their current Java development skills to program server-side JSPs, servlets, and Web services using Tomcat.
    [Formats: HTML, PDF]
    http://www-128.ibm.com/developerworks/edu/j-dw-java-tomcat-i.html - Oct, 2005

[Top]