IDEMPIERE-5634 Docker standarization (#1740)
This commit is contained in:
parent
d9225a2caa
commit
7a9ce71835
|
@ -23,6 +23,7 @@ echo ===================================
|
||||||
|
|
||||||
# if don't set from service get default value
|
# if don't set from service get default value
|
||||||
TELNET_PORT=${TELNET_PORT:-12612}
|
TELNET_PORT=${TELNET_PORT:-12612}
|
||||||
|
HOST=${HOST:-localhost}
|
||||||
|
|
||||||
|
|
||||||
VMOPTS="-Dorg.osgi.framework.bootdelegation=sun.security.ssl
|
VMOPTS="-Dorg.osgi.framework.bootdelegation=sun.security.ssl
|
||||||
|
@ -30,7 +31,7 @@ VMOPTS="-Dorg.osgi.framework.bootdelegation=sun.security.ssl
|
||||||
-Djetty.home=$BASE/jettyhome
|
-Djetty.home=$BASE/jettyhome
|
||||||
-Djetty.base=$BASE/jettyhome
|
-Djetty.base=$BASE/jettyhome
|
||||||
-Djetty.etc.config.urls=etc/jetty.xml,etc/jetty-deployer.xml,etc/jetty-ssl.xml,etc/jetty-ssl-context.xml,etc/jetty-http.xml,etc/jetty-https.xml,etc/jetty-threadpool.xml,etc/jetty-http-forwarded.xml
|
-Djetty.etc.config.urls=etc/jetty.xml,etc/jetty-deployer.xml,etc/jetty-ssl.xml,etc/jetty-ssl-context.xml,etc/jetty-http.xml,etc/jetty-https.xml,etc/jetty-threadpool.xml,etc/jetty-http-forwarded.xml
|
||||||
-Dosgi.console=localhost:$TELNET_PORT
|
-Dosgi.console=$HOST:$TELNET_PORT
|
||||||
-Dmail.mime.encodefilename=true
|
-Dmail.mime.encodefilename=true
|
||||||
-Dmail.mime.decodefilename=true
|
-Dmail.mime.decodefilename=true
|
||||||
-Dmail.mime.encodeparameters=true
|
-Dmail.mime.encodeparameters=true
|
||||||
|
|
Loading…
Reference in New Issue