Skip to content

Commit

Permalink
Merge pull request #6851 from TL41/feature/documentation
Browse files Browse the repository at this point in the history
clarification of jar file name and minor edits
  • Loading branch information
davidwatkins73 committed Nov 13, 2023
2 parents c3a71b5 + 184dbec commit 9b287fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions waltz-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ back to `<home>/.waltz/waltz.properties` for options, should look something like

# Running

## Without container (using uber jar)
## Without container (using uber jar / jar with dependencies)

Launch the server with

$> cd waltz-web/target
$> java -cp uber-waltz-web-1.0-SNAPSHOT.jar Main
$> java -cp waltz-web-jar-with-dependencies.jar Main


## With container (i.e. Tomcat)
Expand All @@ -36,7 +36,7 @@ Deploy the war file in:

waltz-web/target/waltz-web.war

Ensure `waltz.properties` and and overridden `logback.xml` file
Ensure `waltz.properties` and overridden `logback.xml` file
are available (typically on the classpath).

## Both
Expand Down

0 comments on commit 9b287fd

Please sign in to comment.