User Tools

Site Tools


Configuring the EASA Service

Next, you may want to modify the settings of the newly created EASA service. The most common modification is to change the user account, under which the service will run. Again, the configuration process is different on Windows and Linux computers. Please use the appropriate set of instructions below.

Windows EASA Server

By default on a Windows computer, the EASA service is set up to start automatically and log on using the Local System. It is recommended that you configure the service to log on as the user account that is used to communicate with compute servers. You configure the EASA service to run as a specific user as follows:

  • Select Settings>Control Panel from the Start menu, and first double-click on the Administrative Tools icon, then double-click on the Services icon.
  • Double-click on the EASA line in the Services panel causing a Service window to pop up.
  • Now, select the Log On tab, click the This account button, and enter the chosen account name and password.

Tip: When specifying the Account to run the EASA Service setting, be sure to use the correct syntax, especially for domain user accounts. The safest approach is to use the Browse button to locate and select the account.


Note: When running an Excel Server as a service, the Local System account must not be used.


  • Finally, click on OK.

Note: The EASA service must be configured to log on as a specific user account prior to installing the EASA Client on the EASA Server. Otherwise, the EASA Client will not function properly on the EASA Server. This issue only pertains to the EASA Client on the EASA Server. The EASA Client will install and function properly on all other client computers, regardless of the Log On method of the EASA Service.


Linux EASA Server

By default on a Linux computer, the EASA service is set up to start automatically and run under the root account. You configure the EASA service to run as a specific user as follows:

  • Configure EASA to run as user other than root using the procedure provided in “Running as User other than Root (Linux Only)” on page 15.
  • Configure the service to run as the new user by setting the RUN_USER attribute equal to the new user name in the easa.conf file located in the <EASAROOT>/tomcat/bin directory as follows:
 RUN_USER=<user>

where <user> is the new user name.


Note: The user account that EASA runs under must have write permissions to all data under <EASAROOT>.



Page Tools