Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Merge pull request #1625 from CDCgov/readme-typos
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
jherrflexion authored Nov 27, 2024
2 parents 4142c6b + c053b23 commit 9ce4187
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ the swarm parameters for the test and the local url where the app is running

#### Attached JVM Config for IntelliJ

The project comes with an attached remote jvm configuration for debuging the container.
The project comes with an attached remote jvm configuration for debugging the container.
If you check your remote JVM settings, under `Run/Edit Configurations`,
you will see the `Debug TI`. If you want to add a new remote JVM configuration, follow the steps below,
under "**Docker Container Debugging Using Java Debug Wire Protocal**"
under "**Docker Container Debugging Using Java Debug Wire Protocol**"

#### Docker Container Debugging Using Java Debug Wire Protocal (JDWP)
#### Docker Container Debugging Using Java Debug Wire Protocol (JDWP)

Go into the `Dockerfile` file and change `CMD ["java", "-jar", "app.jar"]` to `CMD ["java", "-agentlib:jdwp=transport=dt_socket,address=*:6006,server=y,suspend=n", "-jar", "app.jar"]`

Expand Down

0 comments on commit 9ce4187

Please sign in to comment.