Constructing Outward Facing Application URLs
Landmark applications include both internally and externally web-accessed applications. Web applications that are outward facing, or accessed over the internet from outside the firewall, require a URL for access.
To build a URL for external facing web applications, use the following URL template:
http://host:port/dataarea/webapplicationname/?dataarea=dataarea
where
Entry | Value |
---|---|
host | The host for your installation. |
port | The port number for your installation. |
webapplicationname |
The name of the web application. For Strategic Sourcing, this is:
|
dataarea |
The data area that supports the application. For Strategic Sourcing, this is |
Refer to the user or administration guide for your application for more specific information on setting up external access to web applications.