From 9b2ceb347a3371819fcad6bbe2268203afecaf4e Mon Sep 17 00:00:00 2001 From: "Stone, Avi (as206k)" Date: Thu, 12 Apr 2018 16:36:39 +0300 Subject: DCAE-D fe initial commit DCAE-D fe initial commit Change-Id: Ica8ccb7c7ef769c969664d1e168d205eb9fc67f2 Issue-ID: SDC-1218 Signed-off-by: Stone, Avi (as206k) --- src/main/webapp/META-INF/MANIFEST.MF | 8 ++++++++ src/main/webapp/WEB-INF/config/dcae-fe/application.properties | 3 +++ src/main/webapp/WEB-INF/jetty-web.xml | 7 +++++++ src/main/webapp/WEB-INF/rewrite.config | 2 ++ src/main/webapp/WEB-INF/web.xml | 10 ++++++++++ 5 files changed, 30 insertions(+) create mode 100644 src/main/webapp/META-INF/MANIFEST.MF create mode 100644 src/main/webapp/WEB-INF/config/dcae-fe/application.properties create mode 100644 src/main/webapp/WEB-INF/jetty-web.xml create mode 100644 src/main/webapp/WEB-INF/rewrite.config create mode 100644 src/main/webapp/WEB-INF/web.xml (limited to 'src/main/webapp') diff --git a/src/main/webapp/META-INF/MANIFEST.MF b/src/main/webapp/META-INF/MANIFEST.MF new file mode 100644 index 0000000..1902117 --- /dev/null +++ b/src/main/webapp/META-INF/MANIFEST.MF @@ -0,0 +1,8 @@ +Manifest-Version: 1.0 +Implementation-Title: dcae-fe +Implementation-Version: APPLICATION_VERSION +Implementation-Vendor-Id: com.att.tlv.sdc.dcae +Build-Jdk: 1.7.0_45 +Created-By: Apache Maven 3.2.1 +Archiver-Version: Plexus Archiver +Specification-Version: 1707.0.0-SNAPSHOT diff --git a/src/main/webapp/WEB-INF/config/dcae-fe/application.properties b/src/main/webapp/WEB-INF/config/dcae-fe/application.properties new file mode 100644 index 0000000..a018abb --- /dev/null +++ b/src/main/webapp/WEB-INF/config/dcae-fe/application.properties @@ -0,0 +1,3 @@ +server.port=8181 +server.context-path=/dcae +beUrl=https://zldcrdm2sdc2abe01.3f1a87.rdm2.tci.att.com:8443 diff --git a/src/main/webapp/WEB-INF/jetty-web.xml b/src/main/webapp/WEB-INF/jetty-web.xml new file mode 100644 index 0000000..67a135a --- /dev/null +++ b/src/main/webapp/WEB-INF/jetty-web.xml @@ -0,0 +1,7 @@ + + + + /dcae + diff --git a/src/main/webapp/WEB-INF/rewrite.config b/src/main/webapp/WEB-INF/rewrite.config new file mode 100644 index 0000000..90893bb --- /dev/null +++ b/src/main/webapp/WEB-INF/rewrite.config @@ -0,0 +1,2 @@ +RewriteRule ^.*\..*$ - [L] +RewriteRule ^.*$ /index.html [L] diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..8ba3dc1 --- /dev/null +++ b/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,10 @@ + + + + DCAE_FE + + + -- cgit 1.2.3-korg