caucho
 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.


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