aboutsummaryrefslogtreecommitdiffstats
path: root/wso2bpel-ext/wso2bpel-core/distribution/standalone/src
diff options
context:
space:
mode:
Diffstat (limited to 'wso2bpel-ext/wso2bpel-core/distribution/standalone/src')
-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
6 files changed, 23 insertions, 24 deletions
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
#
#