https://bz.apache.org/bugzilla/show_bug.cgi?id=69631

sephir...@sephiroth-j.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40021|0                           |1
        is obsolete|                            |

--- Comment #14 from sephir...@sephiroth-j.de ---
Created attachment 40027
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=40027&action=edit
sample soap-service app with docker image

updated sample app with docker image.

build: mvn -P docker package

run: docker run -it --rm -p 8080:8080 -p 8443:8443 -v
/path/to/certs-dir:/var/run/certs -e
JAVA_OPTS=-Dorg.apache.tomcat.util.digester.PROPERTY_SOURCE=org.apache.tomcat.util.digester.EnvironmentPropertySource
-e TLS_CERTIFICATE_KEY_FILE=/var/run/certs/key.pem -e
TLS_CERTIFICATE_FILE=/var/run/certs/cert.pem
apache-tomcat-issue-69631:0.0.1-SNAPSHOT

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to