Customizing WWW-IRUN

The FlashConnect driver application on the database server consists of the WWW-IRUN and WWW.IRUN2 applications. WWW-IRUN allows any necessary programming to be performed before the FlashConnect driver application, WWW.IRUN2, starts. The source to WWW-IRUN is provided as part of the release, however, the source to WWW.IRUN2 is not provided.

FlashConnect does not currently use unnamed common. If your application uses unnamed common, enable unnamed common by specifying sufficient unnamed common in WWW-IRUN and WWW-CONTINUE to enable applications to use it. Consider:

mcompile filename Item-ID [Item-ID ...]

where filename is the file to compile and Item-ID is the Item-ID (or list of Item-IDs) to compile.

You can optionally perform a select and then run mcompile filename from the select prompt.

NOTE

mcompile is not a TCL command. Thus, mcompile filename * does not behave as other TCL commands do (the asterisk is interpreted as an Item-ID, not as a wild-card meaning all items).

D3 Only: When mcompile completes, run this command to optimize (FlashCompile) these programs:

compile filename Item-ID [Item-ID ...] (wo

D3 NT must be optimized and fully pathed. To catalog any program modified from the wbp file, run:

catalog accountname,filname, programname

See Also

Customizing the FlashConnect Server and Web Server

Using WWW-STATUS

Explanation of WWW-STATUS and w3Lines Status Messages

FlashConnect Heartbeats

Customizing W3PROCESSERROR

Windows Server Administration