Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • uncomment "project.using.mysql=true" and comment out "project.using.derby=true"
  • set "servletEngine.webapp.dir=" to the location of your tomcat webapps directory.

Next you need to setup the MySQL tables by running:

ant clean-db

If you have previously used Wookie in standalone deployment, to ensure the right scripts are included in the build you need to Then run:

ant clean-build

Then to build and deploy the webapp, run:

ant deploy-webapp

To access the administration menu (http://localhost:8080/wookie/admin) use the username 'java' and password 'java'.

...