Manage Deployment Settings
You can manage various deployment settings for a Mobile service in any of the web servers: native IIS, remote IIS, and Docker.
What do you want to do?
- View the Deployment(s) for a Mobile Service
- Start or Stop a Deployment Instance
- View the Launch URL for an Instance
- View the Data Service and Security Service Bound to an Instance
- Manage Event Logging for an Instance
- Change the IIS Application Name for an Instance (Native IIS)
- Move an Instance under a Different Site (Native IIS)
- View the Deployment Settings for an Instance (Remote IIS and Docker)
View the Deployment(s) for a Mobile Service
A Mobile service can have multiple deployments in the same or different web servers. You can update certain settings for each deployment instance of a service.
To view a service’s deployment instances:
-
In Admin Center, select Applications in the left pane.
-
On the Mobile Service tab, click the ellipsis button for a service and select Settings.
-
Click Deployments under Server Settings; the Deployment Settings page is displayed:
-
The Deployment Settings page has varying tabs, depending on the deployment instances of the service.
- The IIS tab is available when one or more service instances are deployed in native IIS. Select an instance to view the name of the instance directory in IIS, the IIS site that hosts the instance, the URL for the instance, the Data service and Security service associated with the instance, and logging levels.
- The Remote IIS tab is available when one or more service instances are deployed in remote IIS. Select an instance to view the Microsoft IIS Administration API URL and access token that GroupID uses to communicate with the remote IIS server, the credentials used to communicate with the API, the site that hosts the instance, the Data service and Security service associated with the instance, and logging levels.
- The Docker tab is available when one or more service instances are deployed in Docker. Select an instance to view the port and Service URL used for deployment.
Start or Stop a Deployment Instance
See the Start or Stop a Service topic for details. Remember to use the Select Application Deployment drop-down list to select the Mobile service instance you want to start or stop.
View the Launch URL for an Instance
See the View the Launch URL for a Service topic for details. Remember to use the Select Application Deployment drop-down list to select the Mobile service instance you want to view the launch URL for.
Use the launch URL for a Mobile service instance to launch the GroupIDMobileService page, which is shown in the Launch a Mobile Service or a Service Instance topic.
View the Data Service and Security Service Bound to an Instance
See the View the Data Service and Security Service Bound to an Instance topic. Replace references to the portal with the Mobile service.
Manage Event Logging for an Instance
To manage Windows logging and file logging for an instance of a Mobile service, see the Specify Log Settings for a Service topic. Remember to use the Select Application Deployment drop-down list to select the Mobile service instance you want to manage event logging for.
Change the IIS Application Name for an Instance (Native IIS)
An instance of a mobile service is assigned an IIS application name to represent its deployment in IIS. The name uniquely identifies the deployment in the IIS site and is used to name:
- The instance’s directory in IIS.
- It’s physical directory at the following path on the GroupID server:
X:\Program Files\Imanami\GroupID 11.0\GroupIDMobileService\Inetpub\
(X represents the GroupID installation drive).
This name is also appended to the web server address to construct the URL that users click to launch
the GroupIDMobileService page. For example:
https://<web-server-name>:<port>/<IIS-application-name>
When you change the IIS application name, it propagates to the instance’s IIS directory, physical directory, and launch URL.
To change the IIS application name:
- In Admin Center, select Applications in the left pane.
- On the Applications page, click the tab for the desired service. For example, click the Mobile Service tab.
- Click the ellipsis button for a service on its respective card and select Settings.
- Click Deployments under Server Settings.The Deployment Settings page is displayed.
- On the IIS tab, the Select Application Deployment drop-down list displays all service instances deployed in native IIS. Select an instance to change its IIS application name.
- In the IIS Application Name box on the Deployment Configurations tab, update the IIS deployment name for the instance.
- Click Save.
Move an Instance under a Different Site (Native IIS)
You can change the IIS site that hosts a deployment instance of a service. In doing so, the URL of the deployment instance also changes. The updated URL is displayed in the Launch URL box on the Deployment Settings page. You must provide the updated URL to your users to enable them to configure the GroupID app with this deployment instance of the Mobile service.
To change the site:
- In Admin Center, select Applications in the left pane.
- On the Applications page, click the tab for the desired service. For example, click the Mobile Service tab.
- Click the ellipsis button for a service on its respective card and select Settings.
- Click Deployments under Server Settings; the Deployment Settings page is displayed.
- On the IIS tab, the Select Application Deployment drop-down list displays all service instances deployed in native IIS. Select an instance to move its directory under a different IIS site.
- In the IIS Site drop-down list on the Deployment Configurations tab, select a site to move the instance’s directory under it. The list displays the websites defined in native IIS.
- Click Save.
View the Deployment Settings for an Instance (Remote IIS and Docker)
-
n Admin Center, select Applications in the left pane.
-
On the Mobile Service tab, click the ellipsis button for a service and select Settings.
-
Click Deployments under Server Settings; the Deployment Settings page is displayed. Click the Remote IIS or Docker tab.
-
The Select Application Deployment drop-down list displays all service instances deployed in the respective web server. Select an instance to view its settings.
-
On the Deployment Configurations tab:
- For a remote IIS deployment, you can view the Microsoft IIS Administration API URL, access token, and credentials. You can also view the name of the service application in remote IIS, the site where it is hosted, the URL to launch the instance, and the Data service and Security service the instance uses.
- For a Docker deployment, you can view the port and service URL used to communicate with Docker engine. You can also view the URL to launch the instance, and the Data service and Security service the instance uses.
See Also