HttpServerAddress

Defines the Web server address as a partial URL.

A partial URL such as mycomputer is used rather than a full address such as http://www.mycomputer.com/.

Returns the Web server address as a string.

There is no default value.

Type and Usage

Location

  • System Properties, Internet tab, HTTP Server Address

  • Content Server: IntradocDir/config/config.cfg

Example

As a configuration setting, defines the Web server address:

HttpServerAddress=mycomputer

As script, returns the Web server address as a string:

<$HttpServerAddress$>

See Also