4.2.10. start

Description

Starts a deployed bundle.

Usage

bw start PATH (or NAME start)

  • PATH points to a deployed bundle (not needed when action is called using the deployed bundle's NAME)

Ant Usage

<bw.start path="${path}" />

Examples

# Start the current tomcat
tomcat start
# Start a specific deployment of the helloserver bundle
bw start /local/dev/helloserver
# Start the helloserver bundle using the 'bw' executable in the work directory.
# This does an auto-load of BundleWorks, which is useful at machine startup time.
/local/bundleworks/work/bin/bw start /local/dev/helloserver

Notes

  • This executes the 'start' bundle hook. This hook must be present inside a bundle for this command to work.
  • During a start, BundleWorks will check configuration and automatically version any changes.