!--a11y-->
Web Sites 
If you want to use Web repositories that comprise multiple Web sites, you can either configure them as completely dynamic, or you can explicitly reference a number of Web sites that the repository manager is to cover.
All Web sites you specify are offered as possible choices in the Web repository manager configuration.
An HTTP system has been created and configured.
If the remote server requires form-based logon, enter the necessary logon parameters. For more information, see Web Repository Manager.
The following parameters are available for the configuration of a Web site:
Web Site Parameters
Parameter |
Required |
Description |
Name |
Yes |
Name of the Web site. |
Display Name |
No |
The display name for the Web site, which becomes the displayname property of the resource that is displayed in the browser. |
Login Form ID |
Yes |
Specifies the HTML ID of the logon dialog box. Normally the logon dialog box of the HTML page is recognized automatically. If, for example, there are several logon dialog boxes, you can select the correct login form ID here. |
Login URI |
Yes |
URI of an HTML page using which the logon dialog box of the remote server is called. Enter the URI relative to the system URI, for example, /irj/portal. If logon always takes place using a dedicated server, enter the complete URI, for example, http://company.com/login. |
Login User Agent |
Yes |
HTTP user agent used for the logon. This is needed in case the remote server generates the logon page according to the HTTP user agent. If not HTTP user agent is specified, an error page is returned instead of the logon dialog box. You need this specification when accessing another portal. Example: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0) |
Start Page |
No |
Explicitly specified start page that overrides the default start page of the Web site. Enter the relative part of the URL for the server URL (see example). |
System ID (Landscape Service) |
Yes |
Specifies the System ID entered in the definition of an HTTP system . |
Login Timeout |
Yes |
Timeout in milliseconds after which the cookies with the logon information becomes invalid and a new logon is required. A session is generated for each cookie. If inactivity takes place, the session may be deleted. We therefore recommend that you choose a short timeout period of around 20 minutes (1200000 ms). |
System Path |
No |
Optional suffix for the server URL that is entered in the HTTP system. This makes it possible to use the same system for different locations in the systems URL namespace. |
To create or edit a Web site name, choose Content Management ® Repository Managers ® Web Sites.
Then choose this Web site in the configuration of a Web repository manager.
You want to store all sports documents from http://www.spiegel.de/sport/index.html in one Web repository.
You create an HTTP system.
System
ID = SPIEGEL
Server URL = http://www.spiegel.de
You configure a Web site and enter the HTTP system you just defined.
Name = spiegel
Display Name = Der Spiegel
Start Page = /sport/index.html
System Path = /sport
System ID = SPIEGEL
You create a Web repository manager and assign the spiegel Web site to it:
Name =
web
Prefix = /web
Web Sites = spiegel
...
All documents whose URLs match the combination of server URL and system path, that is, all documents that can be found at http://www.spiegel.de/sport/, can be accessed through the web Web repository.