(42 out of 44)
Test.HTML URL
Synopsis
URL prefix to access the startup HTML document.
Description
This option tells Sapphire/Web where to access the HTML Startup Document on the http server. The value of this option is passed to the
satest.sh
script which then calls
sabrowser.sh
to put the HTML Startup into your browser. This URL must point to the same location as Test.HTML Path. This option is also used when the Project.Relocatable Project option is set to True. If the special string $$SA_HTML_URL is found in an HTML template the value of the option Test.HTML URL will be added to the HTML template.
Permitted Values
http://hostname/[directory or alias]
Any valid URL to a directory or alias on the machine on which the http server runs
Example Value
http://www.bluestone.com
http://server/~#user/#proj
See Also
Test.HTML Path
sabrowser.sh
satest.sh
(42 out of 44)