Resin

The Resin application server by Caucho Technology, Inc is available from Caucho's website . RapidJ provides templates for versions 2.1 and 3.0.

To install your application into Resin follow these steps:

1. Enable and generate Resin templates

under Templates > appservers > resin for your version of Resin and generate files for them.

2. Install relevant JDBC drivers

Copy the JDBC drivers for your database to the resinhome\lib\ directory and restart Resin.

NOTE: The version of Resin distributed with RapidJ is pre-configured with the HSQLDB JDBC drivers.

3. Install the application

Install the application using the Ant install script:

  1. projectdir\ant\resin-x.x\build.properties and set the correct location for the resin.home property.
    Note: By default, the build.properties file produced by the Resin 2.1 templates uses the packaged Resin installation.
  2. Open up a in the projectdir\ant\resin-x.x\ directory.
  3. Execute ant install

Related tasks