Jetty"

From Documentation
(Created page with '{{ZKInstallationGuidePageHeader}} #Download Jetty from http://www.mortbay.org/jetty/index.html and install it, if you haven't installed it yet. #Stop Jetty. #Unzip zk-demo-x.x.x…')
 
Line 9: Line 9:
 
#[Optional] Copy dist/lib/zkforge/*.jar to $JETTY_HOME/lib
 
#[Optional] Copy dist/lib/zkforge/*.jar to $JETTY_HOME/lib
 
#:(It depends whether you need component from ZK Forge)
 
#:(It depends whether you need component from ZK Forge)
#Deploy demo/bin/zkdemo.war to Jetty by copying it to $JETTY_HOME/webapps directly.
+
#Deploy demo/bin/zksandbox.war to Jetty by copying it to $JETTY_HOME/webapps directly.
 
#Start Jetty.
 
#Start Jetty.
#Browse to http://localhost/zkdemo/userguide or http://localhost:8080/zkdemo/userguide, depending on your configuration.
+
#Browse to http://localhost/zksandbox or http://localhost:8080/zksandbox, depending on your configuration.
  
 
=Version History=
 
=Version History=

Revision as of 04:59, 22 February 2013


  1. Download Jetty from http://www.mortbay.org/jetty/index.html and install it, if you haven't installed it yet.
  2. Stop Jetty.
  3. Unzip zk-demo-x.x.x.zip or zk-demo.x.x.tar.gz
  4. Copy dist/lib/*.jar to $JETTY_HOME/lib
    ($JETTY_HOME is where you installed Jetty)
  5. Copy dist/lib/ext/*.jar to $JETTY_HOME/lib
  6. [Optional] Copy dist/lib/zkforge/*.jar to $JETTY_HOME/lib
    (It depends whether you need component from ZK Forge)
  7. Deploy demo/bin/zksandbox.war to Jetty by copying it to $JETTY_HOME/webapps directly.
  8. Start Jetty.
  9. Browse to http://localhost/zksandbox or http://localhost:8080/zksandbox, depending on your configuration.

Version History

Version Date Content
     



Last Update : 2013/02/22

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.