caucho
Resin 1.1
FAQ
Reference
JavaDoc
Demo
Java Tutorial

Getting Started
Configuration
Servlet
JSP
XTP/XSL
JavaScript
JS Library

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

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.
IIS   Configuration
Copyright © 1998-2000 Caucho Technology. All rights reserved.
Last modified: Wed, 13 Oct 1999 11:47:36 -0700 (PDT)