Installation

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
m (migration)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
[[Category:Installation]]
 
[[Category:Installation]]
  
* [[Quick Start]]
+
; [[Quick start]] :
* [[Resin Web Server]]
+
; [[Resin web server]] : Install the Resin web server.
* [[Installation FAQ]]
+
; [[Installation FAQ]] : Frequently asked questions
 
+
; [[Apache]] : When used with Apache, Resin installs a Apache module named '''mod_caucho''' and dispatches JSPs and Servlets to backend Resin servers while Apache serves static content like html and images.  
== [[Servlet Plugin]] ==
+
; [[IIS]] : When used with IIS, Resin installs an IIS filter named '''isapi_srun''' and dispatches JSPs and Servlets to backend Resin servers while IIS serves static content like html and images.
 
+
Keep Apache or IIS as the main webserver and dispatch selected requests to one
+
or more backend Resin servers.
+
 
+
* [[Resin with Apache]]
+
* [[Resin with IIS]]
+
* [[How the plugins dispatch to Resin]]
+

Latest revision as of 04:32, 21 August 2006


Quick start 
Resin web server 
Install the Resin web server.
Installation FAQ 
Frequently asked questions
Apache 
When used with Apache, Resin installs a Apache module named mod_caucho and dispatches JSPs and Servlets to backend Resin servers while Apache serves static content like html and images.
IIS 
When used with IIS, Resin installs an IIS filter named isapi_srun and dispatches JSPs and Servlets to backend Resin servers while IIS serves static content like html and images.
Personal tools