Skip to content

Commit 43aecc8

Browse files
authored
Merge pull request #2398 from convertigo/convertigo-2023.12.12
Convertigo: add the ENABLE_JDWP_DEBUG environment variable
2 parents 4e153d4 + 3008c2f commit 43aecc8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

convertigo/content.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,16 @@ The default `DISABLE_SUDO` value is **empty** and can be defined this way:
265265
$ docker run -d --name C8O -e DISABLE_SUDO=true -p 28080:28080 %%IMAGE%%
266266
```
267267

268+
## `ENABLE_JDWP_DEBUG` Environment variable
269+
270+
Convertigo operates using the JVM (Java Virtual Machine). To enable remote debugging of the JVM, it's necessary to start it with specific options. By default, this configuration is not enabled. However, if you wish to automatically activate remote debugging over the JDWP port 8000, set the `ENABLE_JDWP_DEBUG` value to **true**.
271+
272+
The default `ENABLE_JDWP_DEBUG` value is **false** and can be defined this way:
273+
274+
```console
275+
$ docker run -d –name C8O -e ENABLE_JDWP_DEBUG=true -p 28080:28080 %%IMAGE%%
276+
```
277+
268278
## Pre configurated Docker compose stack
269279

270280
You can use this [stack](https://github.com/convertigo/docker/blob/master/compose/mbaas/docker-compose.yml) to run a complete Convertigo Low Code server with FullSync repository and MySQL analytics in a few command lines.

0 commit comments

Comments
 (0)