Exploded WAR deployment
If you are installing blojsom using exploded WAR deployment, simply do the following.
- Download the blojsom.war file.
- Navigate to your Resin webapps directory. For example, /resin-3.0.8/webapps/.
- Create a directory called blojsom.
- Unpack the blojsom.war file into the blojsom directory.
jar xvf blojsom.war
- Read the 5 minute installation and configuration or the detailed installation and configuration guide for more information on configuration options.
- Start Resin.
Quickstart deployment
If you are installing blojsom using the blojsom Quickstart bundle, simply do the following.
- Download the Quickstart blojsom.war file.
- Start Resin.
- Copy the blojsom.war file to your Resin webapps directory. For example, /resin-3.0.8/webapps/.
- Resin should automatically deploy and start blojsom.
- Proceed from Step 4 in the blojsom Quickstart guide.