Friday, July 30, 2010

How to Install ZK on Resin

Resin

1. Download Resin from http://caucho.com/download/index.xtp and install it, if you haven't installed it yet.
2. Unzip zk-3.0.0.zip or zk-3.0.0.tar.gz
3. Copy dist/lib/*.jar to $RESIN_HOME/lib ($RESIN_HOME is where you installed Resin.)
4. Copy dist/lib/ext/*.jar to $RESIN_HOME/lib
5. Deploy demo/bin/zkdemo.war to Resin by copying it to $RESIN_HOME/webapps directly.
6. Start Resin.

No comments:

Post a Comment