Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This guide uses CentOS 7 as an example to demonstrate the deployment process.
1. Execute the following command to obtain the SID information required for the application.

```bash
java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.PropertiesLauncher
java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.launch.PropertiesLauncher
```

2. Provide the printed SID information to the TapData support team to complete the License application process.
Expand Down Expand Up @@ -191,7 +191,7 @@ This example uses Windows Server 2019 to demonstrate the deployment process.
1. Execute the following command to obtain the SID information required for the application.

```bash
java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.PropertiesLauncher
java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.launch.PropertiesLauncher
```

2. Provide the printed SID information to the TapData support team to complete the License application process.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The following operations need to be **performed separately on each of the three
1. Run the following command to get the SID information required for the license application.

```bash
java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.PropertiesLauncher
java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.launch.PropertiesLauncher
```

2. Provide the printed SID information to the TapData support team to complete the license application process.
Expand Down
4 changes: 2 additions & 2 deletions docs/platform-ops/production-deploy/install-tapdata-ha.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Before deployment, we need to perform the following operations on both servers.
1. Execute the following command to obtain the required SID information for application.

```bash
java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.PropertiesLauncher
java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.launch.PropertiesLauncher
```

2. Provide the printed SID information to the TapData support team to complete the License application process.
Expand Down Expand Up @@ -185,7 +185,7 @@ Before deployment, we need to perform the following operations on both servers.
1. Execute the following command to obtain the required SID information for application.

```bash
java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.PropertiesLauncher
java -cp components/tm.jar -Dloader.main=com.tapdata.tm.license.util.SidGenerator org.springframework.boot.loader.launch.PropertiesLauncher
```

2. Provide the printed SID information to the TapData support team to complete the License application process.
Expand Down
Loading