From 7b40aeb34c53a231ce3e9e90985b67e8dfd278ce Mon Sep 17 00:00:00 2001 From: xingren23 Date: Tue, 12 Jan 2021 09:08:45 +0800 Subject: [PATCH] SharingServerConfig properties is not correct, contextPath -> restContextPath (#6174) --- oap-server/server-bootstrap/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oap-server/server-bootstrap/src/main/resources/application.yml b/oap-server/server-bootstrap/src/main/resources/application.yml index 04edb32c9..b689d28a6 100755 --- a/oap-server/server-bootstrap/src/main/resources/application.yml +++ b/oap-server/server-bootstrap/src/main/resources/application.yml @@ -215,7 +215,7 @@ receiver-sharing-server: # For Jetty server restHost: ${SW_RECEIVER_SHARING_REST_HOST:0.0.0.0} restPort: ${SW_RECEIVER_SHARING_REST_PORT:0} - contextPath: ${SW_RECEIVER_SHARING_REST_CONTEXT_PATH:/} + restContextPath: ${SW_RECEIVER_SHARING_REST_CONTEXT_PATH:/} restMinThreads: ${SW_RECEIVER_SHARING_JETTY_MIN_THREADS:1} restMaxThreads: ${SW_RECEIVER_SHARING_JETTY_MAX_THREADS:200} restIdleTimeOut: ${SW_RECEIVER_SHARING_JETTY_IDLE_TIMEOUT:30000}