Runnning Upsource as a Windows service

Overview:

This article describes how to launch Upsource as a Windows service.

Instructions:

Default Upsource installation consists of 6 Java processes, however it can be run as a single Windows service. 

If you already have an Upsource installation running, stop it with "upsource.bat stop" command. After making sure that all corresponding proceccess are terminated, perform the following steps: 

- Call '<upsource>\bin\upsource.bat service'

- The program will show you 2 possible options of installation
 
Please make sure the user you choose to run the server under has the necessary filesystem permissions on the <upsource> installation folder.
3 out of 6 found this helpful
1 comment

https://www.jetbrains.com/help/upsource/2.0/starting_stopping.html suggests:

Running Upsource as a Windows Service

To start Upsource, run the following command:

<upsource_home>\bin\upsource.bat service install /runAsSystem

To start Upsource with another user account, run the following command:

<upsource_home>\bin\upsource.bat service install /user=<user> [/domain=<domain>] /password=<password>
0

Please sign in to leave a comment.

Have more questions?

Submit a request