Versions Compared

Key

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

...

We are now ready to install the deployment tools. The wiki have has installation instructions for many platforms, so jump over to the instructions for your deployment platform. Running the deployment tools (at least wotaskd and the Apache module) is also useful on your development machine.

Configuring the applications with JavaMonitor

...

You will get to a page where you need to specific the path to the launch script inside the application bundle. If the development server is on OS X, the path will be:

Code Block
/Library/WebServerWebObjects/DocumentsApplications/WebObjects/BlogRest.woa/BlogRest

Put that path in the text field next to the MacOSX label.

...

Code Block
/opt/Local/Library/WebServerWebObjects/Documents/WebObjectsApplications/BlogRest.woa/BlogRest

Put that path in the text field next to the Unix label.

...

Code Block
sudo su - appserver
cd /Library/WebServerWebObjects/DocumentsApplications/WebObjects/BlogRest.woa/
./BlogRest

On other UNIXs:

Code Block
sudo su - appserver
cd /opt/Local/Library/WebServerWebObjects/Documents/WebObjectsApplications/BlogRest.woa/
./BlogRest

...