Skip to content

Commit

Permalink
Add hint for windows-users (configuration)
Browse files Browse the repository at this point in the history
Add a hint for Window-users that the bat.script expects the configuration on the differnt place and in a differnt way
sbt/sbt-native-packager#768 (comment)
  • Loading branch information
wofr committed Mar 9, 2019
1 parent 0587b7f commit d8cd685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sphinx/archetypes/java_app/customize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Via Application.ini
^^^^^^^^^^^^^^^^^^^

The second option is to create ``src/universal/conf/application.ini`` with the following template
(For Windows-user: Create ``src/universal/<APP_ENV_NAME>_config.txt`` instead of the application.ini, it is expected that way by the BAT-template. Inside the <App_ENV_NAME>_config.txt the jvm-options are expected like in the command-line (e.g. -Xms2G -Xmx3G) without an leading ``J``)

.. code-block:: bash
Expand Down

0 comments on commit d8cd685

Please sign in to comment.