Project

General

Profile

« Previous | Next » 

Revision a61a689d

Added by Andreas Kohlbecker about 5 years ago

updating docker image documentation

View differences:

src/main/docker/production/cdm-server.env
30 30
# since these are managed internally in the container. 
31 31
# To set the heap size:
32 32
#HEAP_SIZE=1024M
33
# all other options can be set in:
33
# all other options can be set in (do not put the value in quotes):
34 34
#JAVA_OPTIONS=-Dspring.profiles.active=remoting
35 35

  
36 36
###
37 37
# Alternative arguments for the cdm-server.
38 38
# You may only want to use the following options to avoid conflicts with the once managed in the container:
39 39
#
40
# -contextPathPrefix <url path element>   The url path element to use as prefix for all cdm-server instances.
41
#                                         Per default the instances are running at the server root.
42
#
40 43
# -forceSchemaUpdate                      USE THIS OPTION WITH CARE! Outdated cdm database schema versions will 
41 44
#                                         be forcably updated to the version of the cdm-server. This option is only intended to be
42 45
#                                         used for development purposes.
......
46 49
#                                         -Dcom.sun.management.jmxremote.ssl=false
47 50
#                                         -Dcom.sun.management.jmxremote.authenticate=false
48 51
#                                         -Dcom.sun.management.jmxremote.port=9999
52
# NOTE: (do not put the value in quotes)
49 53
#CDMSERVER_ARGS=-forceSchemaUpdate -jmx

Also available in: Unified diff