This is an automated email from the ASF dual-hosted git repository.

lgcareer pushed a commit to branch dev-1.2.1
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev-1.2.1 by this push:
     new 9819599  remove install.sh server.servlet.context-path replace (#1823)
9819599 is described below

commit 9819599cab52373662e1af85a91470032c5cbda3
Author: qiaozhanwei <qiaozhan...@outlook.com>
AuthorDate: Tue Jan 14 17:11:22 2020 +0800

    remove install.sh server.servlet.context-path replace (#1823)
    
    * fix #1775 bug,delete process definition when process instance is running
    
    * revert CONTRIBUTING.md
    
    * dockerfile modify
    
    * dockerfile modify
    
    * dockerfile modify
    
    * remove install.sh server.servlet.context-path replace
---
 install.sh | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/install.sh b/install.sh
index 354cdd2..5147d95 100644
--- a/install.sh
+++ b/install.sh
@@ -145,10 +145,6 @@ enterpriseWechatAgentId="xxxxxxxxxx"
 # Enterprise WeChat user configuration, multiple users to , split
 enterpriseWechatUsers="xxxxx,xxxxx"
 
-
-# whether to start monitoring self-starting scripts
-monitorServerState="false"
-
 # resource Center upload and select storage method:HDFS,S3,NONE
 resUploadStartupType="NONE"
 
@@ -268,9 +264,6 @@ apiServerPort="12345"
 # api session timeout
 apiServerSessionTimeout="7200"
 
-# api server context path
-apiServerContextPath="/dolphinscheduler/"
-
 # spring max file size
 springMaxFileSize="1024MB"
 
@@ -351,7 +344,6 @@ sed -i ${txt} 
"s#zookeeper.retry.maxtime.*#zookeeper.retry.maxtime=${zkRetryMaxt
 
 sed -i ${txt} "s#server.port.*#server.port=${apiServerPort}#g" 
conf/application-api.properties
 sed -i ${txt} 
"s#server.servlet.session.timeout.*#server.servlet.session.timeout=${apiServerSessionTimeout}#g"
 conf/application-api.properties
-sed -i ${txt} 
"s#server.servlet.context-path.*#server.servlet.context-path=${apiServerContextPath}#g"
 conf/application-api.properties
 sed -i ${txt} 
"s#spring.servlet.multipart.max-file-size.*#spring.servlet.multipart.max-file-size=${springMaxFileSize}#g"
 conf/application-api.properties
 sed -i ${txt} 
"s#spring.servlet.multipart.max-request-size.*#spring.servlet.multipart.max-request-size=${springMaxRequestSize}#g"
 conf/application-api.properties
 sed -i ${txt} 
"s#server.jetty.max-http-post-size.*#server.jetty.max-http-post-size=${apiMaxHttpPostSize}#g"
 conf/application-api.properties

Reply via email to