Integrate wso2bps
[vfc/nfvo/wfengine.git] / wso2bpel-ext / wso2bpel-core / distribution / standalone / src / main / assembly / wso2bps-ext / conf / wso2bpel.yml
1 #\r
2 # Copyright 2016 ZTE Corporation.\r
3 #\r
4 # Licensed under the Apache License, Version 2.0 (the "License");\r
5 # you may not use this file except in compliance with the License.\r
6 # You may obtain a copy of the License at\r
7 #\r
8 #     http://www.apache.org/licenses/LICENSE-2.0\r
9 #\r
10 # Unless required by applicable law or agreed to in writing, software\r
11 # distributed under the License is distributed on an "AS IS" BASIS,\r
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13 # See the License for the specific language governing permissions and\r
14 # limitations under the License.\r
15 #\r
16 \r
17 template: Hello, %s!\r
18 \r
19 # defaultName: ${DW_DEFAULT_NAME:-Stranger}\r
20 \r
21 msbServerAddr: http://127.0.0.1:80\r
22 \r
23 \r
24 # use the simple server factory if you only want to run on a single port\r
25 #server:\r
26 #  type: simple\r
27 #  connector:\r
28 #    type: http\r
29 #    port: 8080\r
30 server:\r
31   type: simple\r
32   rootPath: '/openoapi/wso2bpel/v1/*'\r
33   applicationContextPath: /\r
34   adminContextPath: /admin\r
35   connector:\r
36     type: http\r
37     port: 8101\r
38 \r
39 # Logging settings.\r
40 logging:\r
41 \r
42   # The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.\r
43   level: ALL\r
44 \r
45   # Logger-specific levels.\r
46   loggers:\r
47 \r
48     # Sets the level for 'com.example.app' to DEBUG.\r
49     org.openo.carbon.bpel.Wso2BpelApplication: INFO\r
50 \r
51   appenders:\r
52     - type: console\r
53       threshold: INFO\r
54       timeZone: UTC\r
55       logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"\r
56     - type: file\r
57       threshold: INFO\r
58       logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"\r
59       currentLogFilename: ./logs/wso2bpel-ext.log\r
60       archivedLogFilenamePattern: ./logs/zip/wso2bpel-ext-%d{yyyy-MM-dd}.log.gz\r
61       archivedFileCount: 7\r
62       timeZone: UTC\r
63 \r