Table of Contents
Previous Section
To start a WebObjects application:
ApplicationExecutableRelativeApplicationDirectory
You must provide at least one argument to the executable: the application directory relative to <DocumentRoot>/WebObjects. WebObjects applications use this argument to find application resources such as components and images. For example, the HelloWorld application directory is located in <DocumentRoot>/WebObjects/Examples/HelloWorld. Therefore, the relative application directory is Examples/HelloWorld, and the following command starts HelloWorld:
DefaultApp Examples/HelloWorld
You start a custom executable the same way. For example, the following command starts an application named Registration whose application directory is <DocumentRoot>/WebObjects/Promos/Registration:
Registration Promos/Registration