Add wso2bpel-ext code
[vfc/nfvo/wfengine.git] / wso2bpel-ext / wso2bpel-core / distribution / standalone / src / main / assembly / conf / wso2bpel.yml
1 #\r
2 # Copyright 2016 [ZTE] and others.\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 #database\r
23 #database:\r
24 \r
25 #  # the name of your JDBC driver\r
26 #  driverClass: com.mysql.jdbc.Driver\r
27 \r
28 #  # the username\r
29 #  user: wso2bpel\r
30 \r
31 #  # the password\r
32 #  password: wso2bpel\r
33 \r
34 #  # the JDBC URL\r
35 #  url: jdbc:mysql://127.0.0.1:3306/wso2bpel\r
36 \r
37 # use the simple server factory if you only want to run on a single port\r
38 #server:\r
39 #  type: simple\r
40 #  connector:\r
41 #    type: http\r
42 #    port: 8080\r
43 server:\r
44   type: simple\r
45   rootPath: '/*'\r
46   applicationContextPath: /\r
47   adminContextPath: /admin\r
48   connector:\r
49     type: http\r
50     port: 8101\r
51 \r
52 # Logging settings.\r
53 logging:\r
54 \r
55   # The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.\r
56   level: ALL\r
57 \r
58   # Logger-specific levels.\r
59   loggers:\r
60 \r
61     # Sets the level for 'com.example.app' to DEBUG.\r
62     org.openo.carbon.bpel.Wso2BpelApplication: INFO\r
63 \r
64   appenders:\r
65     - type: console\r
66       threshold: INFO\r
67       timeZone: UTC\r
68       logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"\r
69     - type: file\r
70       threshold: INFO\r
71       logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"\r
72       currentLogFilename: ./logs/wso2bpel-ext.log\r
73       archivedLogFilenamePattern: ./logs/zip/wso2bpel-ext-%d{yyyy-MM-dd}.log.gz\r
74       archivedFileCount: 7\r
75       timeZone: UTC\r
76 \r