Through relative path to access 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 wso2Host: localhost\r
24 wso2HostPort: 9443\r
25 wso2AuthUserName: admin\r
26 wso2AuthPassword: admin\r
27 wso2Path: ../../wso2bps\r
28 wso2UploadFilePath: ../../wso2bps/tmp/bpeluploads\r
29 wso2SslJksFile: ../../wso2bps/repository/resources/security/wso2carbon.jks\r
30 wso2SslJksPassword: wso2carbon\r
31 \r
32 \r
33 # use the simple server factory if you only want to run on a single port\r
34 #server:\r
35 #  type: simple\r
36 #  connector:\r
37 #    type: http\r
38 #    port: 8080\r
39 server:\r
40   type: simple\r
41   rootPath: '/openoapi/wso2bpel/v1/*'\r
42   applicationContextPath: /\r
43   adminContextPath: /admin\r
44   connector:\r
45     type: http\r
46     port: 8101\r
47 \r
48 # Logging settings.\r
49 logging:\r
50 \r
51   # The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.\r
52   level: ALL\r
53 \r
54   # Logger-specific levels.\r
55   loggers:\r
56 \r
57     # Sets the level for 'com.example.app' to DEBUG.\r
58     org.openo.carbon.bpel.Wso2BpelApplication: INFO\r
59 \r
60   appenders:\r
61     - type: console\r
62       threshold: INFO\r
63       timeZone: UTC\r
64       logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"\r
65     - type: file\r
66       threshold: INFO\r
67       logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"\r
68       currentLogFilename: ./logs/wso2bpel-ext.log\r
69       archivedLogFilenamePattern: ./logs/zip/wso2bpel-ext-%d{yyyy-MM-dd}.log.gz\r
70       archivedFileCount: 7\r
71       timeZone: UTC\r
72 \r