aboutsummaryrefslogtreecommitdiffstats
path: root/wso2bpel-ext/wso2bpel-core/distribution/standalone
diff options
context:
space:
mode:
authorhuangjian <huang.jian12@zte.com.cn>2016-10-10 16:05:51 +0800
committerhuangjian <huang.jian12@zte.com.cn>2016-10-10 16:05:51 +0800
commit615726894c470b1094913ef89d25bcf30123aa3a (patch)
tree6fdc401e7deaa48e868c0393f3c3d2293e973689 /wso2bpel-ext/wso2bpel-core/distribution/standalone
parent8616255e9f2e0fcaf6ed8e0028647050dc6f2f25 (diff)
License header is not correct
Change-Id: I7f1a66261dba60163fb7d52e00f16a32e47eb722 Issue-id: OCS-103 Signed-off-by: huangjian <huang.jian12@zte.com.cn>
Diffstat (limited to 'wso2bpel-ext/wso2bpel-core/distribution/standalone')
-rw-r--r--wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml2
-rw-r--r--wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/conf/wso2bpel.yml19
-rw-r--r--wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/find_kill_process.bat3
-rw-r--r--wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.bat3
-rw-r--r--wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.sh3
-rw-r--r--wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/stop.bat3
-rw-r--r--wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/stop.sh16
7 files changed, 24 insertions, 25 deletions
diff --git a/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml b/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml
index 3e7e4fd..2a110fc 100644
--- a/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml
+++ b/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
- Copyright 2016 [ZTE] and others.
+ Copyright 2016 ZTE Corporation.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/conf/wso2bpel.yml b/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/conf/wso2bpel.yml
index 530a2b8..0abbbbb 100644
--- a/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/conf/wso2bpel.yml
+++ b/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/conf/wso2bpel.yml
@@ -1,5 +1,5 @@
#
-# Copyright 2016 [ZTE] and others.
+# Copyright 2016 ZTE Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -16,23 +16,10 @@
template: Hello, %s!
-#defaultName: ${DW_DEFAULT_NAME:-Stranger}
+# defaultName: ${DW_DEFAULT_NAME:-Stranger}
msbServerAddr: http://127.0.0.1:80
-#database
-#database:
-# # the name of your JDBC driver
-# driverClass: com.mysql.jdbc.Driver
-
-# # the username
-# user: wso2bpel
-
-# # the password
-# password: wso2bpel
-
-# # the JDBC URL
-# url: jdbc:mysql://127.0.0.1:3306/wso2bpel
# use the simple server factory if you only want to run on a single port
#server:
@@ -42,7 +29,7 @@ msbServerAddr: http://127.0.0.1:80
# port: 8080
server:
type: simple
- rootPath: '/*'
+ rootPath: '/openoapi/wso2bpel/v1/*'
applicationContextPath: /
adminContextPath: /admin
connector:
diff --git a/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/find_kill_process.bat b/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/find_kill_process.bat
index 3e4e981..a4a2f06 100644
--- a/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/find_kill_process.bat
+++ b/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/find_kill_process.bat
@@ -1,6 +1,5 @@
@REM
-@REM
-@REM Copyright 2016 [ZTE] and others.
+@REM Copyright 2016 ZTE Corporation.
@REM
@REM Licensed under the Apache License, Version 2.0 (the "License");
@REM you may not use this file except in compliance with the License.
diff --git a/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.bat b/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.bat
index 5f6d093..332d1e8 100644
--- a/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.bat
+++ b/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.bat
@@ -1,6 +1,5 @@
@REM
-@REM
-@REM Copyright 2016 [ZTE] and others.
+@REM Copyright 2016 ZTE Corporation.
@REM
@REM Licensed under the Apache License, Version 2.0 (the "License");
@REM you may not use this file except in compliance with the License.
diff --git a/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.sh b/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.sh
index 03c8e56..ddcfb2f 100644
--- a/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.sh
+++ b/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.sh
@@ -1,6 +1,5 @@
#
-#
-# Copyright 2016 [ZTE] and others.
+# Copyright 2016 ZTE Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/stop.bat b/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/stop.bat
index 3d3e42a..76b2f58 100644
--- a/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/stop.bat
+++ b/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/stop.bat
@@ -1,6 +1,5 @@
@REM
-@REM
-@REM Copyright 2016 [ZTE] and others.
+@REM Copyright 2016 ZTE Corporation.
@REM
@REM Licensed under the Apache License, Version 2.0 (the "License");
@REM you may not use this file except in compliance with the License.
diff --git a/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/stop.sh b/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/stop.sh
index 0b03b41..6d5d93f 100644
--- a/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/stop.sh
+++ b/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/stop.sh
@@ -1,3 +1,19 @@
+#
+# Copyright 2016 ZTE Corporation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
#!/bin/bash
#
#