Installation

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
(migration)
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]]
 +
* [[Windows 2003 Installation]]
 +
* [[Installation FAQ]]
  
[[Windows 2003 Installation]]
+
== [[Servlet Plugin]] ==
  
== 64 bit ==
+
Keep Apache or IIS as the main webserver and dispatch selected requests to one
 
+
or more backend Resin servers.
 
+
$ ./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.
+
* [[Resin with Apache]]
 +
* [[Resin with IIS]]
 +
* [[How the plugins dispatch to Resin]]

Revision as of 00:27, 14 February 2006


Servlet Plugin

Keep Apache or IIS as the main webserver and dispatch selected requests to one or more backend Resin servers.

Personal tools