Skip to content

Commit 8014e2a

Browse files
feat: restructuring and language review
1 parent 6e019e7 commit 8014e2a

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

  • content/en/docs/deployment/general

content/en/docs/deployment/general/salt.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,15 @@ Upon purchase, your SALT-based license file is sent to you by email.
3939

4040
## Installing the Siemens License Server
4141

42-
The Siemens License Server (SLS) is required to validate SALT-based licenses. This server must be installed within the same environment where your Mendix applications are deployed. All Mendix applications which use a SALT license must be able to access the license server. The license server must also have access to your SALT license file, which is used to validate the Mendix application licenses at runtime.
42+
The Siemens License Server (SLS) is required to validate SALT-based licenses. For proper license validation, ensure you meet the following requirements:
4343

44-
To install the Siemens License Server and configure your licnese file, please follow this guide from the [Siemens Support Portal](https://support.sw.siemens.com/en-US/product/1586485382):
44+
* The SLS must be installed within the same environment as your deployed Mendix applications
45+
* All Mendix applications using a SALT license must be able to access the SLS
46+
* The license server must have access to your SALT license file in order to validate the Mendix application licenses at runtime.
4547

48+
For detailed instructions on how to install the Siemens License Server and configure your license file, refer to the following Siemens support resources:
49+
50+
* [Siemens License Server](https://support.sw.siemens.com/en-US/product/1586485382)
4651
* [Getting Started with Siemens Advanced Licensing Technology (SALT) and the Siemens License Server (SLS)](https://support.sw.siemens.com/en-US/product/1586485382/knowledge-base/MG612613)
4752

4853
## Configuring your Mendix Application
@@ -56,4 +61,4 @@ License.SaltLicenseLocation = port@host
5661
* `port`: The port number specified during the license server installation.
5762
* `host`: The hostname or IP address of the machine running the license server.
5863

59-
After you configure the runtime setting and starting the Mendix application, the application connects to the Siemens License Server to validate the SALT license.
64+
After you configure the runtime setting and start the Mendix application, the application connects to the Siemens License Server to validate the SALT license.

0 commit comments

Comments
 (0)