Skip to content
Snippets Groups Projects
Commit 4f6cc27d authored by Jan Waller's avatar Jan Waller
Browse files

samll formatting

parent 1cc58181
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,17 @@ ...@@ -5,6 +5,17 @@
# java -jar start.jar [arg...] # java -jar start.jar [arg...]
#=========================================================== #===========================================================
#===========================================================
# If the arguements in this file include JVM arguments
# (eg -Xmx512m) or JVM System properties (eg com.sun.???),
# then these will not take affect unless the --exec
# parameter is included or if the output from --dry-run
# is executed like:
# eval $(java -jar start.jar --dry-run)
#-----------------------------------------------------------
#----------------------------------------------------------- #-----------------------------------------------------------
# Kieker Example: (enable '--exec' only once before first argument) # Kieker Example: (enable '--exec' only once before first argument)
# #
...@@ -25,15 +36,9 @@ ...@@ -25,15 +36,9 @@
# -javaagent:webapps/jpetstore/WEB-INF/lib/kieker-1.7-SNAPSHOT_aspectj.jar # -javaagent:webapps/jpetstore/WEB-INF/lib/kieker-1.7-SNAPSHOT_aspectj.jar
# -Dorg.aspectj.weaver.showWeaveInfo=true # -Dorg.aspectj.weaver.showWeaveInfo=true
# -Daj.weaving.verbose=true # -Daj.weaving.verbose=true
#-----------------------------------------------------------
#=========================================================== #-----------------------------------------------------------
# If the arguements in this file include JVM arguments
# (eg -Xmx512m) or JVM System properties (eg com.sun.???),
# then these will not take affect unless the --exec
# parameter is included or if the output from --dry-run
# is executed like:
# eval $(java -jar start.jar --dry-run)
#
# Below are some recommended options for Sun's JRE # Below are some recommended options for Sun's JRE
#----------------------------------------------------------- #-----------------------------------------------------------
# --exec # --exec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment