An overview of the WWW commands is provided here. Use WWW commands from TCL or macros to:
specify which D3 ports the FlashConnect dynamic application servers will use.
start ports in the user-coldstart macro.
monitor the condition of the ports.
shut down ports (in the user-shutdown macro, which runs when the shutdown command is invoked).
Refer to the FlashConnect Programmer’s Online Reference for syntax and additional information.
WWW-MANAGER
The WWW-MANAGER command starts or stops all defined server pools and the w3Monitor. This command can only be run from the FlashConnect master account.
NOTE |
w3Monitor is shutdown only if it was started using either the WWW-MANAGER or WWW-MONITOR commands. Non-phantom connections may not be shut down properly. |
WWW-MONITOR
The WWW-MONITOR command starts, displays the status of, or stops the w3Monitor as a phantom process. w3Monitor is only controlled if it is running as a phantom process. This command can only be run from the FlashConnect master account.
WWW-PAGE
The WWW-PAGE command creates static Web pages from Pick BASIC applications. A Pick BASIC application is written that uses FlashConnect calls to create a static Web page. WWW-PAGE executes the Pick BASIC application and places the Web page created by the Pick BASIC application into the file specified in the command line.
WWW-POOL
The WWW-POOL command, when used in conjunction with w3Monitor, allows w3Monitor to control the specified server pool.
WWW-START
The WWW-START command starts the FlashConnect servers. The servers must be started for any dynamic applications to work. The application programmer or system administrator specifies which system should process a request and which server pool to use with the WWW-START command. This command can only be run from the FlashConnect master account. See Administering Server Pools in the FlashConnect Administrator’s Guide and the WWW-START command in the Programmer’s Online Reference for additional information.
WWW-STATUS
The WWW-STATUS command runs off of an active select list and displays the status of each of the D3 servers. Both the FlashConnect internal status information and the where command information for that line are displayed. WWW-STATUS information is also available from the FlashConnect Main Menu.
WWW-STOP
The WWW-STOP command shuts down specified FlashConnect server pools or individual ports. Care should be used when shutting down the FlashConnect application servers, as any currently running applications are terminated abruptly. If a server pool or port is not specified, the issued command has no effect. Only specified server pools or ports are stopped. This command can only be run from the FlashConnect master account.
See Also