Documentation Archive Developer
Search
Table of Contents Previous Section 

Launching Your Application

To launch your application:
  1. Click  in the toolbar to open the Launch panel. 
  2. Click  in the Launch panel to launch your application.
When you launch your application, your machine's web browser is launched by default and it accesses your application. To turn off this feature:
  1. Click  to bring up the Launch Options panel. 
  2. Select Environment and Command-Line Arguments from the pop-up menus. 
  3. Enter -browser OFF as a command line option.
You can also launch your application directly from a command line. See Serving WebObjects for more information on command line options.

 Also, on Windows NT systems, you can launch your application by double-clicking its executable file. When you build your application, Project Builder creates an executable file (ProjectName.exe) inside your application wrapper (.woa) directory.

 

Table of Contents Next Section