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:
under Templates > appservers > resin
for your
version of Resin and generate files for them.
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.
Install the application using the Ant install script:
projectdir\ant\resin-x.x\build.properties
and set the correct location for the resin.home
property.
build.properties
file produced by the Resin 2.1
templates uses the packaged Resin installation.projectdir\ant\resin-x.x\
directory.ant install