| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ] |
| Articles Tutorials |
- Hibernate 3.1 Used with Tomcat 5.5.x by Bill Treuman, Igor Dayen - [Clicks: 959]
This three-article series describes the configuration of Tomcat 5.5.x and Hibernate 3.1 so they can be used together. Part one describes how to configure the Tomcat 5.5 Context.xml file using raw JDBC to access the MySQL database, part two describes the same process with Hibernate intead of raw JDBC, and part three illustrates a Hibernate database update and talks about application design in a shopping cart scenario.
http://www.theserverside.com/tt/articles/article.tss?l=HibernateTomcat - Sep, 2006 - Set the Logging Level Over a Tomcat Cluster Dynamically by Jon Dickinson - [Clicks: 37]
Rather than modifying your Log4J configuration and then redeploying the correct code version with the modified logging level, you can dynamically set the Log4J logging level over each node in a Tomcat cluster with JMX.
[Includes sample code]
http://www.devx.com/Java/Article/32359 - Sep, 2006 - How to Publish Multiple Websites Using a Single Tomcat Web Application by Satya Komatineni - [Clicks: 68]
While the idea of mapping several names onto one Apache instance with VirtualHost directives is well known, what do you do when you're serving web apps with Tomcat? Satya Komatineni has both the code and the configs that you'll need to make this work.
http://www.oreillynet.com/pub/a/onjava/2006/08/30/publishing-multiple-sites-using-single-tomcat.html - Aug, 2006 - Deployment of Web Applications in Jakarta Apache Tomcat 5 by Richard G. Baldwin - [Clicks: 90]
Learn how to create and manually deploy four sample web applications (two are Ajax applications) in a jakarta-tomcat-5.0.27 application server. Also learn something about two competing Ajax web application development technologies. Both are based on Java source code, but each takes a different approach to the creation of the web application.
http://www.developer.com/services/article.php/3625161 - Aug, 2006 - Configuring and troubleshooting Tomcat 3.2.4 on IBM System i5/OS by Meng Chen, Ye Jin - [Clicks: 15]
The Tomcat application server is a lightweight, easy-to-use, open source alternative to commercial products. Learn how it to use it with IBM System i5 computers.
http://www-128.ibm.com/developerworks/eserver/library/es-tomcatoni5/index.html - Jul, 2006 - Distribute, Detach, and Parallelize in Tomcat by Binildas Christudas - [Clicks: 48]
This article is going to discuss the above aspects in the context of a highly scalable J2EE architecture. The article accompanies a Reference Implementation (RI) for the architecture, which can be deployed and executed. Even though the RI is designed for and tested in the open source web container Tomcat, the same concepts can be adopted and systems designed for other J2EE containers.
[Includes sample code]
http://today.java.net/pub/a/today/2006/06/06/distribute-detach-parallelize-tomcat.html - Jun, 2006 - Database Connection Pooling with Tomcat by Kunal Jaggi - [Clicks: 146]
You know how to open and use database connections for each user, but what about optimizing for many concurrent users? Rather than creating and destroying connections over and over again, established practice calls for use of a pool of connections that can be reused. Kunal Jaggi shows how to implement this strategy in Tomcat.
[Includes source code]
http://www.onjava.com/pub/a/onjava/2006/04/19/database-connection-pooling-with-tomcat.html - Apr, 2006 - Clustering JSR-168 Portlet Applications in Tomcat by John A. Lewis - [Clicks: 267]
In this article, I'll discuss how to use Tomcat 5.5, mod_jk 1.2, Apache 2.0, and Pluto 1.0.1 to construct a functioning Tomcat cluster that will properly replicate portlet session information.
[Includes a sample application]
http://www.theserverside.com/articles/article.tss?l=ClusteringTomcat - Mar, 2006
- Deploy OpenLaszlo applications on Apache Geronimo with Tomcat by Tyler Anderson - [Clicks: 213]
With the rise of the popular rich user interface (UI) language, OpenLaszlo, and the parallel rise of Apache Geronimo, OpenLaszlo developers will want to deploy their applications on Geronimo. This tutorial documents the process necessary to configure the internals of Apache Tomcat within Geronimo to be able to run the OpenLaszlo application server, and hence deploy and run OpenLaszlo applications within Geronimo. You'll implement a sample OpenLaszlo application to prove the functionality of the OpenLaszlo application server running on Apache Geronimo.
[Formats: html, pdf]
http://www-128.ibm.com/developerworks/edu/os-dw-os-ag-laszlo.html - Mar, 2006