Start pages and entry points
The ELO Web Client has multiple start pages and entry points. Each entry point redirects to the respective start page. Different functions and areas are available depending on the start page.
Program startInformation: The default language is determined based on your browser's language setting. However, you can change the language in the logon dialog box or in the start parameters (see below) at any time.
Start pages
Choose from the following start pages:
- Main page
- Direct view
Main page
This page offers the full functionality of the ELO Web Client.
Main pageStart page, main pageThe following entry points are also available for the main page:
LogonEntry pointsManual logon
http://<host>:<port>/web-<repository name>/
For example: http://ELOSERVER:9090/web-Repository/
You will be sent to the logon page. You must enter your user name and password.
Manual logonIf logon is successful, you will be redirected to the main page of the program. If logon fails, a corresponding error message is shown. In this case, correct your logon data and click OK.
Information: If you are logging on manually, the name you entered stays the same when you change the language settings or log on to the system again.
Alternative (start parameters possible)
http://<host>:<port>/web-<repository name>/login.html
For example: http://DELOSERVER:9090/web-Repository/login.html
This entry point also redirects you to the logon page. You can add other start parameters (see below) to the entry point, which will affect various settings (e.g. client language, start page, etc.).
Single sign-on (SSO)
http://<host>:<port>/web-<repository name>/sso.html
For example: http://DELOSERVER:9090/web-Repository/sso.html
This page uses SSO to log on to the repository. If logon is successful, you will be redirected to the main page of the ELO Web Client. Otherwise, it will revert to the manual logon page.
Logon, SSOAlternative (start parameters possible)
http://<host>:<port>/web-<repository name>/login/index.jsp
For example: http://DELOSERVER:9090/web-Repository/login/index.jsp
This entry point provides an alternative to SSO. You can add other start parameters (see below) to the entry point, which will affect various settings (e.g. client language, start page, etc.).
Direct view
This is not a start page in the conventional sense but more of an interface that you can open documents in. This requires a GUID as an additional parameter that automatically provides the browser with a link that refers to the document with the GUID entered. If the browser cannot display the document, then a message or pop-up window will appear, depending on the browser setting.
Direct viewStart page, direct viewUse the following entry point for direct view:
Logon with GUID
http://<host>:<port>/web-<repository name>/guid.jsp?guid=<GUID>
For example: http://ELOSERVER:9090/web-Repository/guid.jsp?guid=(4BE6C7FB-7F13-4297-93E5-3A26AD22EFEF)
For compatibility reasons, this logon redirects you to the direct view. You also need to enter a GUID as a parameter.
Logon, direct searchAccess via start parameters
You can enter additional parameters for some logons. These parameters are attached to the URL when called. Always separate the first parameter from the URL with an '?'. All additional parameters are separated with an '&'. The respective value is specified with an '='.
Start parametersLogon, parametershttp://<host>:<port>/web-<repository name>/ix/login.jsp
For example: http://ELOSERVER:9090/web-Repository/ix/logon.jsp?locale=fr&user=Anderson
The following parameters are available:
locale: Determines the language setting for the current session. The ELO Web Client currently supports the following languages: German, Danish, English, Finnish, French, Italian, Dutch, Portuguese, Polish, Romanian, Swedish, Serbian, Slovakian, Spanish, Czech, Turkish, and Hungarian.
startPage: Determines the landing page that opens after logging on. The following values are allowed: main page = 1, and direct view = 3.
GUID: GUID of a document, required for the document view and can be specified for the main page. Enter the GUID of a document in parentheses, such as (9C0E2DA7-C1C6-4856-90D7-A50DA876F252).
Logon with start parameters for logon information
http://<host>:<port>/web-<repository name>/ix/urlLogin.jsp?user=<user name>&pw=<password>
Enter the parameters for the user name for this logon page (user) and password (pw). After SSO, additional parameters are evaluated and you are then redirected to the corresponding start page.
Please note: This logon page displays the user name and password in plain text. If Secure Socket Layer (SSL) was enabled, the parameters are encrypted, but will still appear in plain text in the browser or in the browser history. This also applies for server logs.