To uninstall a web application
- OR -
Click Finish on the last page to end the program.
You can use the Web Installer to install, configure and update the Web Portal. The following describes the steps necessary for installing the Web Portal on a Windows server and for getting the standard version up and running. The configuration settings are explained using their corresponding, possible values.
Before installation ensure that the minimal hardware and software prerequisites are fulfilled on the server.
|
NOTE: If you want to use full text search in the Web Portal, you must have an application server installed with the search service. |
|
IMPORTANT: Start the Web Portal installation locally on the server. |
To install the Web Portal
Different settings are displayed on the Select setup target page, depending on which database connection you use.
Setting | Description | ||
---|---|---|---|
Application name | Name used as application name, as in the title bar of the browser, for example. | ||
Target in IIS | Internet Information Services web page on which to install the application. | ||
Enforce SSL | Specifies whether insecure websites are available for installation. If the option is set, only sites secured by SSL can be used for installing. This setting is the default value. If this option is not set, insecure websites can be used for installing. | ||
URL |
The application's Uniform Resource Locator (URL). | ||
Install dedicated application pool |
Specifies whether an application pool is installed for each application. This allows applications to be set up independently of one another. If this option is set, each application is installed in its own application pool. | ||
Application pool |
The application pool to use. This can only be entered if the option Install dedicated application pool is not set. The application pool is formatted with the following syntax, if the default value "DefaultAppPool" is used. <application name>_POOL | ||
Identity |
Permissions for executing an application pool. A default identity or a user defined user account can be used. The user account is formatted with the following syntax, if the default value "ApplicationPoolIdentity" is used. IIS APPPOOL\<application name>_POOL If you want to authorize another user, click ... next to the text box and enter the user and password. | ||
Web Authentication |
Specifies the type for authentication against the web application. You have the following options:
| ||
Database authentication |
Specifies the type for authentication against the One Identity Manager database. You have the following options:
|
If you have selected a direct database connection in step 4, the page Select application server is opened. Application server data is required if you want to use full text search. You can enter the application server in the configuration file at a later date.
If you do not need to set more options, the message No authentication data required is displayed.
If other settings are required, proceed as follows:
The user account is used to add or replace files in the application directory.
|
NOTE: The following permissions are required for automatic updating:
|
The Web Installer generates the web application and the corresponding configuration files for each folder. You should be able to use the web application immediately.
|
NOTE: If you install the web application with HTTPS, how cookies are transferred in HTTPS is set up in the Web Installer. Take into account that this value must be set manually if you make changes to the web application SSL settings at a later date. |
Click Finish on the last page to end the program.
To make a modification
The Web Installer uses the default value for most configuration settings. You can use these values normally. It is recommended you check the settings with the help of the Web Designer Configuration Editor.
An alternative to installing with autorun.exe is using the WebDesigner.InstallerCMD.exe in the command line console. This method can install or uninstall the Web Portal.
|
NOTE: You must in carry out installation using the command line console as an administrator. |
Use /? to call up the help.
WebDesigner.InstallerCMD.exe
WebDesigner.InstallerCMD.exe [/prov {provider}] /conn {connectionstring} /authprops {authentication} /appname {appname}
/site {Site} [/sourcedir {dir}] [/apppool {AppPool}] [/webproject {Webproject}] [/constauthproj {subproject name}
/constauth {authentication}] [/searchserviceurl {url}] [/updateuser {username} [/updateuserdomain {domain}] [/updateuserpassword {password}]] [/allowhttp {true|false}] [-f] [-w] [-s]
Parameters | Description |
---|---|
/Prov | Database provider. |
/Conn | Database connection parameter. |
/authprops | Authentication with dialog authentication. |
/appname | Application name. |
/site | Website. |
/sourcedir | Source directory when installing file system. |
/apppool | Application pool. |
/webproject | Name of the web project. |
/constauthproj | Name of sub project. |
/constauth | Authentication settings for the sub project. |
/searchserviceurl | Application server for search function availability. |
/allowhttp | Allow http. |
/updateuser | User for the update. |
/updateuserdomain | Active Directory domain for the update user. |
/updateuserpassword | Update user's password. |
-W | Windows authentication instead of anonymous on IIS. |
Make the following parameter settings in the example.
As application server for search function availability
https://dbserver.testdomain.lan/TestAppServer
Permit http
WebDesigner.InstallerCMD.exe /conn "Data Source=dbserver.testdomain.lan;Initial Catalog=IdentityManager;
Integrated Security=False;User ID=admin;Password=password"
/site "Default Web Site" /appname testqs
/authprops "Module=DialogUser;User=testadmin;Password="
/searchserviceurl https://dbserver.testdomain.lan/TestAppserver /allowhttp true
Make the following parameter settings in the example.
WebDesigner.InstallerCMD.exe /prov "VI.DB.Oracle.ViOracleFactory, VI.DB.Oracle"
/conn "User Id=IdentityManager;
Password=Password;Server=testoraqs.lan;Direct=True;Service Name=test;Port=1521"
/site "Default Web Site" /appname testoraqs /authprops "Module=DialogUser;User=testadmin;Password="
/constauthproj test_UserRegistration_Web
/constauth "Module=DialogUser;User=Subadmin;Password="
Make the following parameter settings in the example.
WebDesigner.InstallerCMD.exe /prov "QBM.AppServer.Client.ServiceClientFactory, QBM.AppServer.Client"
/conn "URL=https://test.lan/IdentityManagerAppServer/" /site "Default Web Site"
/appname testviaappserver
/authprops "Module=DialogUser;User=testadmin;Password=" -w /updateuser JohnDoe /updateuserdomain MyDomain.lan /updateuserpassword topsecret
WebDesigner.ConfigFileEditor.exe -constAuth ../web.config "test_UserRegistration_Web" "Module=DynamicPerson;User[test_USER]=xyz;(Password)Password[test_Password]=xyz;(Hidden)IgnoreMasterIdentities=;(Hidden)Product=Manager"
Parameters | Description |
---|---|
-constAuth | Authentication settings for the sub project. |
Make the following parameter settings in the example.
WebDesigner.InstallerCMD.exe [/prov {provider}] /conn {connectionstring} /authprops {authentication}
/appname {appname} [/site {Site}] -R
Parameters | Description |
---|---|
/Prov | Database provider. |
/Conn | Database connection parameter. |
/authprops | Authentication with dialog authentication. |
/appname | Application name. |
/site | Website. |
-r | Removes the application. |
WebDesigner.InstallerCMD.exe /prov "QBM.AppServer.Client.ServiceClientFactory, QBM.AppServer.Client"
/conn "URL=https://test.lan/IdentityManagerAppServer/"
/appname testviaappserver
/authprops "Module=DialogUser;User=testadmin;Password=" -R
WebDesigner.InstallerCMD.exe /appname {appname} [/site {Site}] -R
Parameters | Description |
---|---|
/appname | Application name. |
/site | Website. |
-r | Removes the application. |
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy