setWebMachineName

setWebMachineName(machineName: String) updating;

The setWebMachineName method of the Application class programmatically sets the machine name to be used when generating HTML pages for the JadeHTMLClass class buildFormActionOnly and buildLink methods if you do not want to use the value specified in the working directory of the JADE application (set up in the Define Application dialog). This method applies at run time only.

For details about specifying Internet server machine name and virtual directories for all of your Web-enabled applications or for a specific application, see the JADE Initialization File Reference for details about the URLSpecifications parameter in the [WebOptions] section of the JADE initialization file.

For details about getting the machine name, see the Application class getWebMachineName method.