Installation

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
 
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
[[Category:Installation]]
 
[[Category:Installation]]
  
Corresponding Resin documentation is http://www.caucho.com/resin-3.0/install
+
; [[Quick start]] :
 
+
; [[Resin web server]] : Install the Resin web server.
== 64 bit ==
+
; [[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.
$ ./configure --enable-64-bit; make; make install
+
+
$ bin/httpd.sh -J-d64
+
 
+
== [[Servlet Plugin]] ==
+
 
+
Keep Apache or IIS as the main webserver and dispatch selected requests to one or more backend Resin servers.
+

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