Skip to content

Commit 184dbec

Browse files
committed
clarification of jar file name and minor edits
1 parent 126fb44 commit 184dbec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

waltz-web/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ back to `<home>/.waltz/waltz.properties` for options, should look something like
2222

2323
# Running
2424

25-
## Without container (using uber jar)
25+
## Without container (using uber jar / jar with dependencies)
2626

2727
Launch the server with
2828

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

3232

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

3737
waltz-web/target/waltz-web.war
3838

39-
Ensure `waltz.properties` and and overridden `logback.xml` file
39+
Ensure `waltz.properties` and overridden `logback.xml` file
4040
are available (typically on the classpath).
4141

4242
## Both

0 commit comments

Comments
 (0)