Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
./bw -bwc myconfig clean.deploy.debug

If you created a configuration area somewhere else in your filesystem, then

Code Block
./bw -bwchome configdir -bwc myconfig deploy.debug

To build with the jboss-mysql configurations shipped in the quickstart: 

...

This command copies the files in <qs>bedework-carddav/clients/javascript/bwAddrbookClient to <qs>/jboss-5.1.0.GA/server/default/deploy/ROOT.war.

Deploy the Bedework Synch Server

Use -quickstart, -bwchome, -bwc as appropriate.

Code Block
./bw <config files args> -synch 

This command builds the bw-synch.ear and deploys it to <qs>/jboss-5.1.0.GA/server/default/bwdeploy.

Build and Deploy webcache/urlbuilder

...