aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>2018-04-04 10:21:55 -0400
committerBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>2018-04-04 10:35:44 -0400
commitb9fbe7fa64e864f9101938917f76ca2c853c0840 (patch)
tree77214694805efc00a764b757b6a5c8317053b49d /src/main/resources
parent38b21b628e78fe8956e5dfa97ed77c27326988db (diff)
Refactoring to use camel servlet with spring boot
Change-Id: I7c439e9108d84e5e72a42d9dba3bbf7681517527 Issue-ID: AAI-802 Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application.properties7
-rw-r--r--src/main/resources/logging/DataRouterMsgs.properties5
2 files changed, 4 insertions, 8 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 6233e5c..a046f4e 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,4 +1,4 @@
-camel.springboot.xmlRoutes = file:${DYNAMIC_ROUTES}/*.route
+camel.springboot.xmlRoutes=file:${DYNAMIC_ROUTES}/*.route
server.ssl.key-store=file:${CONFIG_HOME}/auth/tomcat_keystore
server.ssl.enabled=true
@@ -6,9 +6,8 @@ server.port=9502
server.ssl.client-auth=want
server.ssl.enabled-protocols=TLSv1.1,TLSv1.2
-#server.ssl.key-store=client-cert-onap.p12
-#server.ssl.key-store-password=onapSecret
-#server.ssl.trust-store=C:\\ONAP\\spring\\data-router\\dynamic\\tomcat_keystore
+
+#server.ssl.trust-store=C:\\ONAP\\spring\\data-router\\dynamic\\auth\\tomcat_keystore
#server.ssl.trust-store-password=onapSecret
#server.ssl.client-auth=want
server.ssl.key-store-type=JKS \ No newline at end of file
diff --git a/src/main/resources/logging/DataRouterMsgs.properties b/src/main/resources/logging/DataRouterMsgs.properties
index 6267321..fff262c 100644
--- a/src/main/resources/logging/DataRouterMsgs.properties
+++ b/src/main/resources/logging/DataRouterMsgs.properties
@@ -170,7 +170,4 @@ FAIL_TO_CREATE_UPDATE_DOC=\
Failed to create or update document in index {0}. Cause: {1}
LOAD_OXM_ERROR=\
DR5000E|\
- Unable to load Oxm model: {0}\
-PROCESSED_REQUEST=\
- DR00015I|\
- Processed DataRouter {0} request in {1} ms
+ Unable to load Oxm model: {0}\