You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

This page is aimed at Wookie Committers who administer or are interested in administering the Wookie Demo Server. (Some of this info may or may not be helpful to others)

We have two running demos at http://wookie-vm.apache.org:8080/wookie and http://wookie-vm.apache.org:8090/wookie . The first is your default standalone jetty/derby configuration The second has an altered configuation to run  as a Tomcat Webapp and also using the external MySQL database.

Starting the Demos

Assuming you are logged in to wookie-vm.apache.org via ssh and have a shell:

$ screen
$ cd /home/wookie/
$ sudo ./start-trunk.sh

Once running, hitting '<ctrl-a> d' will exit the screen leaving it running. You are then back to a normal shell prompt where you can start the tomcat/mysql version of the demo:

$ sudo ./start-trunk-tc.sh

It could be the case that Tomcat is not running, in which case the tomcat/mysql demo will still fail, so start Tomcat:

$ cd /usr/local/apache-tomcat-6.0.26/bin
$ sudo ./startup.sh &

h3 Updating the Demos

(coming soon...)

  • No labels