caucho
Resin
FAQ
Reference Guide
JavaDoc
Demo
Tutorial

Getting Started
Configuration
EJB
IDE
Topics
JSP
XTP/XSL

Resin Web Server
Unix Apache
Windows Apache
Unix Netscape
IIS
WebSite
Other Servlets
 Resin with Other Servlet Runners

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.

classpath

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.

.jsp

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-2001 Caucho Technology. All rights reserved.
Copyright © 1998-2001 Caucho Technology, Inc. All rights reserved.
Resin® is a registered trademark, and HardCoretm and Quercustm are trademarks of Caucho Technology, Inc.