Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Deploying WebObjects Applications

   

Starting and Stopping an Application Instance

You start an instance from the Application Detail View page. To get to this page, click Applications in the top banner, then click the Detail View button in the row of the instance you wish to start. Or, from the Application Configuration page for an application, you can get to the Application Detail View page by clicking the Detail View button in the upper right corner of the page. In either case, a page similar to the following should then appear:

 

The button that looks like a power switch in the Status column reports the current state of your instance: ON or OFF. The rest of the table reports other information about your instance. For more details, see Obtaining Information From Monitor.

  1. Click the power switch.
  2. The Detail View page is refreshed and the power switch appears in an animated toggle state, signifying that Monitor is trying to start your instance.
  3. After a few seconds, click the Refresh button.
  4. Monitor will refresh the Detail View page and with success your instance will be running and the power switch will be on.

If successful, this procedure starts an instance of the application (note that it isn't displayed in your web browser). When one or more instances are running, the name of the application above the table of instances turns green, becoming a hyperlink that, when clicked, access an instance of the application. In addition, the host name and port number for each instance also become hyperlinks; clicking one of these accesses a specific instance.

If after completing the startup procedure, the instance's power switch is off, it might be due to one of the following reasons:

Monitor starts an instance of your application by creating a new task with the executable; it passes along all the appropriate arguments from the Instance Configuration page for that instance. Monitor starts instances of your application by first locating a running wotaskd daemon or service on the appropriate host. If it finds a wotaskd , it passes the application arguments to it. If it cannot contact a wotaskd , it does not start the application.

Clicking the Status switch for an instance when it is ON stops the instance. Clicking the Start All button causes Monitor to attempt to start all application instances that are currently stopped; clicking the Stop All button causes Monitor to stop all instances that are currently running.

Setting Command-Line Arguments in Monitor

Starting Up Applications From the Command Line


© 1999 Apple Computer, Inc. – (Last Updated 25 August 99)