Skip to content

Commit

Permalink
Document startup script's support for JAVA_OPTS
Browse files Browse the repository at this point in the history
Closes gh-3808
  • Loading branch information
wilkinsona committed Sep 29, 2015
1 parent d357533 commit 2440e05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spring-boot-docs/src/main/asciidoc/deployment.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,9 @@ the default behavior in a script or on the command line:
|The location of the `java` executable is discovered by using the `PATH` by default, but
you can set it explicitly if there is an executable file at `$JAVA_HOME/bin/java`.

|`JAVA_OPTS`
|Options that are passed to the JVM when it is launched.

|`JARFILE`
|The explicit location of the jar file, in case the script is being used to launch a jar
that it is not actually embedded in.
Expand Down

0 comments on commit 2440e05

Please sign in to comment.