Versions Compared

Key

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

...

The bw commands that immediately follow deploy the bedework core:  the calendar server (including the caldav server) and the web clients.  You'll need to reinvoke the bw command with different arguments to build and deploy the timezone server, the carddav server, the addressbook client, etc.  Those commands are covered in the sections below. 

Tip
titleTip:

Invoking the bw script without arguments displays very useful usage information.

...

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: 

...

These commands build a number of EAR and WAR files in <quickstart>/bedwork/dist/, then deploy them to <quickstart>/jboss-5.1.0.GA/server/default/bwdeploy 

Tip:
Tip
title

If you build with ".clean", the build will remove all the previously built files before building.

 

 

Build and Deploy the Bedework Timezone Server

...

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

...