Change account for WebServer services

The package installer configures the Tomcat services to run under a specified user account. After installation, you can modify the used account with the SetWebserverServiceUser.exe tool. You can find this tool in the following folder: <deploy root>\KCM\Programs\<version>\Management .

Open the command line interface and run the tool, providing the new user account and password, as follows:

SetWebserverServiceUser Webserver!ServiceUser=.\myuser Webserver!ServicePassword=myPassword 
		  

Parameter Required / Optional Description
WebServer!ServiceUser Required

The number of the instance to get information for.

The user account to run the KCM web applications. This account requires the following:

  • Logon as a service right.

  • Read and execute permission on the Tomcat installation folder.

  • Read permission on the SSL keystore file, if any.

You can specify a domain user account or a local user account. When specifying a local user, place a period and backslash (.\) at the beginning of the parameter.

WebServer!ServicePassword Required

The password for the account that the web applications will use.