summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2021-07-23 19:15:53 +0100
committerefiacor <fiachra.corcoran@est.tech>2021-08-09 17:22:44 +0100
commit0beea783cef8a84d8bc2655ea678e00d459cc831 (patch)
treeafa6b459a7f46910566dfce2d39a30ebe84d60e2 /src/main/resources
parent49b2a82292f8be3b73fe7460573260d47b5c2b98 (diff)
[DMAAP-MR] Remove redundant data
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I56a8417f72d892705230e94f079db3024170e884 Issue-ID: DMAAP-1638
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/docker/startup.sh3
-rw-r--r--src/main/resources/images/attLogo.gifbin1885 -> 0 bytes
-rw-r--r--src/main/resources/images/att_vt_1cp_grd_rev.gifbin5238 -> 0 bytes
-rw-r--r--src/main/resources/templates/hello.html9
4 files changed, 2 insertions, 10 deletions
diff --git a/src/main/resources/docker/startup.sh b/src/main/resources/docker/startup.sh
index 9fb3414..4e4e8a2 100644
--- a/src/main/resources/docker/startup.sh
+++ b/src/main/resources/docker/startup.sh
@@ -4,6 +4,7 @@
# org.onap.dmaap
# ================================================================================
# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# Modification copyright (C) 2021 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -30,7 +31,7 @@ echo "Starting using" $runner_file
if [ -z "${MR_JVM_ARGS}" ]; then
-java -jar -Xmx512m -Xms512m -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.rmi.port=5555 -Dcom.sun.management.jmxremote.port=5555 -DSOACLOUD_SERVICE_VERSION=0.0.1 -DAJSC_HOME=$root_directory -DAJSC_CONF_HOME=$config_directory -DAJSC_SHARED_CONFIG=$config_directory -DAJSC_HTTPS_PORT=3905 -Dplatform=NON-PROD -DPid=1306 -Dlogback.configurationFile=/appl/dmaapMR1/bundleconfig/etc/logback.xml -Xmx512m -Xms512m $runner_file context=/ port=3904 sslport=3905
+java -jar -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.rmi.port=5555 -Dcom.sun.management.jmxremote.port=5555 -DSOACLOUD_SERVICE_VERSION=0.0.1 -DAJSC_HOME=$root_directory -DAJSC_CONF_HOME=$config_directory -DAJSC_SHARED_CONFIG=$config_directory -DAJSC_HTTPS_PORT=3905 -Dplatform=NON-PROD -DPid=1306 -Dlogback.configurationFile=/appl/dmaapMR1/bundleconfig/etc/logback.xml -Xmx512m -Xms512m $runner_file context=/ port=3904 sslport=3905
else
diff --git a/src/main/resources/images/attLogo.gif b/src/main/resources/images/attLogo.gif
deleted file mode 100644
index 10f184c..0000000
--- a/src/main/resources/images/attLogo.gif
+++ /dev/null
Binary files differ
diff --git a/src/main/resources/images/att_vt_1cp_grd_rev.gif b/src/main/resources/images/att_vt_1cp_grd_rev.gif
deleted file mode 100644
index 034515c..0000000
--- a/src/main/resources/images/att_vt_1cp_grd_rev.gif
+++ /dev/null
Binary files differ
diff --git a/src/main/resources/templates/hello.html b/src/main/resources/templates/hello.html
deleted file mode 100644
index 69a65ab..0000000
--- a/src/main/resources/templates/hello.html
+++ /dev/null
@@ -1,9 +0,0 @@
-#set($tab="")
-#parse("header.html")
-
- <h1>Cambria API</h1>
- <p>This is a Cambria API server, part of the Universal Event Broker service, a general purpose,
- high-throughput pub/sub event routing system.</p>
- <p>Please see <a href="http://sa2020.it.att.com:8888/sw/cambria/intro">the Cambria project</a> information page.
-
-#parse("footer.html")