Add dynamic ports for HTTP/HTTPS 77/9077/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 29 Aug 2017 11:12:52 +0000 (04:12 -0700)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 29 Aug 2017 11:12:52 +0000 (04:12 -0700)
commitf527ac93d843bd545bd6637cb012378c75a62e65
treea57e691f9247f445df2dd7901a4f091a843d5843
parent0627eb6d8ef545725c7828a0e11a85788495982a
Add dynamic ports for HTTP/HTTPS

The ports can now be configured in the application.properties and
the both protocols can run at the same time (HTTP+HTTPS)

Change-Id: I57d1b5643df33da45af2f6798923d94bff1d560d
Issue-Id: CLAMP-43
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
src/main/java/org/onap/clamp/clds/Application.java
src/main/java/org/onap/clamp/clds/TomcatEmbeddedServletContainerFactoryRedirection.java [new file with mode: 0644]
src/main/resources/application.properties
src/test/java/org/onap/clamp/clds/it/HttpsIT.java [new file with mode: 0644]
src/test/resources/https/https-test.properties [new file with mode: 0644]
src/test/resources/https/keystore-test.jks [new file with mode: 0644]