|
|
Resin with Other Servlet Runners
|
To configure other servlet runners to use Resin:
- Include the Resin classes in the CLASSPATH
- 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-2000 Caucho Technology. All rights reserved.
Last modified: Wed, 13 Oct 1999 11:47:36 -0700 (PDT)
|