caucho
Resin
FAQ
Reference Guide
JavaDoc
Demo
Tutorial

Getting Started
Configuration
EJB
Topics
JSP
XTP/XSL

Resin Web Server
Unix Apache
Windows Apache
Unix Netscape
IIS
WebSite
Other Servlets
 

WebSite
Getting Started
Configuration

To configure other servlet runners to use Resin:

  1. Include the Resin classes in the CLASSPATH
  2. Dispatch to Resin for .jsp files.

The CLASSPATH must include resin1.0/lib/resin.jar. For JDK 1.1.x versions of Java, Resin also needs the JDK 1.2 compatibility classes: resin1.1/lib/jdk12.jar. The JSP servlet is

  com.caucho.jsp.JspServlet

The XTP servlet is

  com.caucho.jsp.XtpServlet
The servlet runner documentation will describe how to dispatch extensions. In some cases, you'll have to configure the web server and the servlet runner.


WebSite
Getting Started
Configuration
Copyright © 1998-2002 Caucho Technology, Inc. All rights reserved.
Resin® is a registered trademark, and HardCoretm and Quercustm are trademarks of Caucho Technology, Inc.