Oracle® Fusion Middleware Technical Reference Guide for Site Studio 11g Release 1 (11.1.1) Part Number E10615-01 |
|
|
View PDF |
Site Studio uses several Idoc variables that are used to run a web site:
Note:
These variables are subject to change with each release of Site Studio.Idoc script variables are used to give you more flexibility and customization when running your Web site. Many of the variables are used to store the HTTP location of different folders on the Oracle Content Server.
Defines the full HTTP location for the Site Studio websites folder. The typical location (where "server" is the name of the machine and "instance" is the name of the instance of the content server) is:
http://server/instance/websites/
Defines the relative HTTP location for the Site Studio websites folder. The typical location (where "instance" is the name of the instance of the content server) is:
instance/websites/
Defines the full HTTP location for the Site Studio fragments folder. The typical location (where "server" is the name of the machine and "instance" is the name of the instance of the content server) is:
http://server/instance/fragments/
Defines the relative HTTP location for the Site Studio fragments folder. The typical location (where "instance" is the name of the instance of the content server) is:
instance/fragments/
Defines the protocol, server name, and port number (if applicable) for the current machine. For example (where "server" is the name of the server):
http://server http://server:81 https://server
Defines the root portion of a path-based URL for the current web site relative to the server. Will contain one of the following values:
/ - if the current web site is accessed using a friendly domain addressing mode
/siteId/ - if the current web site is accessed using a friendly folder addressing mode
The urlDirName of the root node will override siteId if a value is present.