Common Configuration Tasks
Resin 3.1

Documentation
Examples
Changes

Overview
Installation
Configuration
Quercus
SOA/IoC
JSP
Servlets and Filters
Admin (JMX)
EJB
Amber
Security
Performance
Hessian
XML and XSLT
Third-party
Troubleshooting/FAQ

tags
Common Tasks
Relax Schema
howto
Config FAQ
Scrapbook
DB Scrapbook

Virtual Hosting
Database
Load Balancing
Sessions
Clustered Sessions
Tuning
ISP
WebApp
Deploy
el control
Configuration
Virtual Hosting

Virtual Hosting

Each Resin instance can serve many virtual hosts. The virtual host will have its own servlets and documents. For greater isolation, you can configure each virtual host to have its own JVM and you can have all the virtual hosts controlled by a single web server.

Database

Resin provides a robust and tested connection pool that is used to obtain connections to databases.

Load Balancing

Resin's HTTP Web Server includes load balancing for scalability and reliability.

Sessions

Sessions can be persistent across server restarts, including application restarts when classes change. During development, for example, using file-based persistent sessions will let you work with a single session even while you're modifying servlet classes.

Clustered Sessions

Tuning

ISP

WebApp

A web application is a self-contained subtree of the web site. It uses Servlets, Filters, JSP, and the functionality provided by Resin and any other java code to provide a response to a client that makes an HTTP request.

Deploy

To deploy to a production server a web application is packaged and then deployed.


el control
Configuration
Virtual Hosting
Copyright © 1998-2006 Caucho Technology, Inc. All rights reserved.
Resin ® is a registered trademark, and Quercustm, Ambertm, and Hessiantm are trademarks of Caucho Technology.