Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add note about changing standalone port

...

If you want to clean the database use:

ant clean-db

Running on a different port

If the default port of 8080 is not suitable for your environment you can change it by adding a line like the one following to local.build.properties:

run.args=port=8888

Running Wookie in debug mode

You can start Wookie in debug mode using JDSPA with the following command:

...