Skip to main content

Emmanuel Hugonnet's Library tagged tomcat   View Popular

09 Oct 08

High-performance Ajax with Tomcat Advanced I/O

Using Non-Blocking I/O (NIO) improves server performance drastically because of its efficient use of system resources (threads). The gain in performance is noticeable in Asynchronous JavaScript + XML (Ajax) applications with long polling mechanisms. It also lets you control system-resource usage on a server under pressure. This article explains how to optimize your server for performance during the handling of both Ajax and regular requests.

www.ibm.com/...index.html - Preview

tomcat ajax performance

25 Mar 08

Software Secret Weapons: Run Scala in Apache Tomcat in 10 minutes

There are not enough examples out there today on interoperability with Java and we need more good examples. So I decided to write some classical Java code using Scala.

www.softwaresecretweapons.com/...in-apache-tomcat-in-10-minutes - Preview

tomcat scala introduction

15 Feb 08

Enterprise Java Community: Load-balancing Tomcat with Apache

This article briefly discusses some alternatives for load balancing an application server. It discusses implementation details for setting up load balancing with Apache using ‘mod_proxy’ module. It also looks at some of the features provided by apache

www.theserverside.com/...knowledgecenter.tss - Preview

tomcat load-balancing introduction

08 Oct 07

Home - Lambda Probe

Welcome to the home of Lambda Probe - the ultimate tool for monitoring and management of Apache Tomcat instance in real time. Lambda Probe will help you to visualise real time information about Tomcat instance via easy to use and friendly web interface.

www.lambdaprobe.org/index.htm - Preview

j2ee jboss tomcat tools performance monitoring jmx

22 Jan 07

Flex Test Drive Server for Java Developers (Tomcat-based)

The Test Drive Server is a minimal and ready-to-use version of Tomcat in which the Flex Data Services WAR file has already been deployed and configured along with a variety of tutorials and sample applications.

coenraets.org/...r-java-developers-tomcat-based - Preview

flash java tomcat tutorial introduction

12 Oct 06

Real-Time Tracking and Tuning for Busy Tomcat Servers

Learn a technique for configuring your Tomcat servers to handle heavy traffic while determining how appropriate your current configuration is for changing load demands.

www.devx.com/...32730 - Preview

j2ee performance tomcat

08 Sep 06

Set the Logging Level Over a Tomcat Cluster Dynamically

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.

www.devx.com/...32359 - Preview

tomcat tips log cluster

05 Sep 06

How to Publish Multiple Websites Using a Single Tomcat Web Application

I was also able to use Tomcat host/alias settings to effectively route traffic from all of these domains to the same web app. Using the index.jsp of the web app, I was able to separate the content between different domains.

www.onjava.com/...sites-using-single-tomcat.html - Preview

tomcat configuration tutorial

03 Aug 06

boncey.org - Log4j with xml configuration

However, unlike many Java developers (in my experience anyway) I configure Log4j using xml rather than a properties file. XML has always struck me as a neater way to represent what is essentially a hierarchical configuration.

boncey.org/5_log4j_with_xml_configuration - Preview

configuration tomcat tips log

27 Jul 06

MessAdmin - Notification system and Session administration for J2EE Web Applications

With MessAdmin, you can:
* display statistics about a Web Application
* monitor all active HttpSession
* interact with and see detailed information about any session
* send html messages to any users

messadmin.sourceforge.net/ - Preview

administration jmx tomcat

06 Jul 06

java.net: Distribute, Detach, and Parallelize in Tomcat

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.

today.java.net/...detach-parallelize-tomcat.html - Preview

tomcat performance optimization configuration

03 Jul 06

http://www.oreillynet.com/pub/au/1418

Session Replication in Tomcat 5 Clusters
Clustering and Load Balancing in Tomcat 5
Object Caching in a Web Portal Application Using JCS

www.oreillynet.com/1418 - Preview

cluster tomcat load-balancing tutorial

14 Jun 06

Distribute, Detach, and Parallelize in Tomcat

Applications are no longer monolithic, especially when it comes to distributed platforms like J2EE. Non-functional requirements (NFR) compel the architecture to be distributed in the across three or more tiers, encompassing multiple nodes and connectors b

today.java.net/...detach-parallelize-tomcat.html - Preview

j2ee tomcat performance

31 May 06

Linux Tomcat Chkconfig Script

I've been meaning to post this for a while, this is my script that can be used to allow tomcat to start and stop with the server cleanly.
It will startup tomcat as one of the last services (95) and shut it down pretty early too.

www.whitesquaresoft.com/...linux_tomcat_ch.html - Preview

tomcat tips linux

29 May 06

UsingJsr220inWebContainer - Spring IDE - Trac

Just to recap, here is the EJB 3.0 SLSB. You can see that I have added an @Interceptors annotation. In my opinion - and I'm not alone with that - the usecase of that annotation and the whole AOP stuff specified with the EJB 3.0 specification in general is

springide.org/...UsingJsr220inWebContainer - Preview

ejb3 spring tomcat tips

09 May 06

Configuration Tomcat(5.5.x) and Apache(2.0.x) mod_jk connector in Windows OS

I find it is quite easy to setup Tomcat(5.5.x) and Apache(2.0.x) mod_jk connector in Windows OS.

e2onetechnique.blogspot.com/...n-tomcat55x-and-apache20x.html - Preview

configuration tomcat

09 Mar 06

Clustering JSR-168 Portlet Applications in Tomcat

JSR-168 Portlet applications represent a special challenge when it comes to clustering within Tomcat (or any other servlet container, for that matter). In order to effectively cluster web applications, session data must be replicated or shared between the

www.theserverside.com/...article.tss - Preview

tomcat cluster configuration portal

06 Mar 06

Configuring Tomcat5 and Apache2 with Virtual Hosts using mod_jk | HowtoForge - Linux Howtos and Tutorials

This tutorial explains how I was able to setup a web server in order to support Java Server Pages (JSP) and Servlets using virtually hosted websites. Although this setup worked for this particular environment, I can make no guarantees that it will work fo

www.howtoforge.com/apache2_tomcat5_mod_jk - Preview

tomcat configuration tutorial

17 Feb 06

Integrating JOTM into Tomcat 5.5.x and configuring 2PC with Spring

As far as I know, the only way to configure 2-phase commit in Tomcat is to integrate a 3rd party Transaction Manager. In J2EE terms, this is better known as a JTA Transaction Manager. The only one I know of that integrates with Tomcat at this time is JOTM

jroller.com/...raible - Preview

tomcat tutorial spring jta

How to use JDBC and transactions in Tomcat with JOTM

This howto is intended for Servlet/JSP developers using Tomcat wanting to take advantage of distributed transactions when using JDBC code in their servlets

static.raibledesigns.com/...howto-tomcat-jotm.html - Preview

tomcat jta tutorial

1 - 20 of 34 Next ›
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo