This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathREADME.txt
189 lines (142 loc) · 5.98 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
WSO2 Business Rules Server 2.2.0
=================================
Welcome to the WSO2 BRS 2.2.0 release
WSO2 BRS is a lightweight and easy-to-use Open Source Business Rules Server
(BRS) is available under the Apache Software License v2.0. and WSO2 BRS supports
exposing business decisions as secure and reliable web services and integrating
business decisions to the organizations’ application integration infrastructure.
This is based on the revolutionary WSO2 Carbon framework. All the major features
have been developed as pluggable Carbon components.
Key Features of WSO2 BRS
==================================
* Ability to write scripts for Drools rule engine
* Support any JSR94 based rule engine
* Wizard for service creation
* WS-Security support for external services
* WS-Security support for business rule services.
* System monitoring.
* Try-it for business rule services.
* SOAP Message Tracing.
* Web Services tooling support such as WSDL2Java, Java2WSDL and WSDL Converter.
* Customizable server - You can customize the BRS to fit into your
exact requirements, by removing certain features or by adding new
optional features.
System Requirements
==================================
1. Minimum memory - 2 GB
2. Processor - 3GHz Dualcore Xeon/Opteron (or latest)
3. Java SE Development Kit 1.7 or higher
4. To compile and run the sample clients, an Ant version is required. Ant 1.7.0
version is recommended
5. To build WSO2 BRS from the Source distribution, it is necessary that you have
JDK 1.7 or higher version and Maven 3.0.4 or later
Installation & Running
==================================
1. Extract the wso2brs-2.2.0.zip and go to the extracted directory
2. Run the wso2server.sh or wso2server.bat as appropriate
3. Point your favourite browser to
https://localhost:9443/carbon
4. Use the following username and password to login
username : admin
password : admin
WSO2 BRS 2.2.0 distribution directory structure
=============================================
CARBON_HOME
|-- bin <folder>
|-- dbscripts <folder>
|-- lib <folder>
|-- repository <folder>
| |-- components <folder>
| |-- conf <folder>
| |-- database <folder>
| |-- deployment <folder>
| |-- logs <folder>
| |-- tenants <folder>
| |-- resources <folder>
| |-- security <folder>
|-- tmp <folder>
|-- LICENSE.txt <file>
|-- INSTALL.txt <file>
|-- README.txt <file>
`-- release-notes.html <file>
- bin
Contains various scripts .sh & .bat scripts
- dbscripts
Contains the SQL scripts for setting up the database on a variety of
Database Management Systems, including H2, Derby, MSSQL, MySQL abd
Oracle.
- lib
Contains the basic set of libraries required to start-up WSO2 BRS
in standalone mode
- repository
The repository where services and modules deployed in WSO2 BRS
are stored.
- components
Contains OSGi bundles and configurations
- conf
Contains configuration files
- database
Contains the database
- deployment
Contains Axis2 deployment details
- logs
Contains all log files created during execution
- tenants
Contains tenant details
- resources
Contains additional resources that may be required
- security
Contains security resources
- tmp
Used for storing temporary files, and is pointed to by the
java.io.tmpdir System property
- LICENSE.txt
Apache License 2.0 under which WSO2 BRS is distributed.
- README.txt
This document.
- INSTALL.txt
This document will contain information on installing WSO2 BRS
- release-notes.html
Release information for WSO2 BRS 2.2.0
Support
==================================
We are committed to ensuring that your enterprise middleware deployment is
completely supported from evaluation to production. Our unique approach
ensures that all support leverages our open development methodology and
is provided by the very same engineers who build the technology.
For more details and to take advantage of this unique opportunity
please visit http://wso2.com/support/
For more information on WSO2 BRS, visit http://wso2.com/products/business-rules-server/
Known issues of WSO2 BRS 2.2.0
=================================
Issue Tracker
==================================
https://wso2.org/jira/browse/CARBON
https://wso2.org/jira/browse/BRSJAVA
Crypto Notice
==================================
This distribution includes cryptographic software. The country in
which you currently reside may have restrictions on the import,
possession, use, and/or re-export to another country, of
encryption software. BEFORE using any encryption software, please
check your country's laws, regulations and policies concerning the
import, possession, or use, and re-export of encryption software, to
see if this is permitted. See <http://www.wassenaar.org/> for more
information.
The U.S. Government Department of Commerce, Bureau of Industry and
Security (BIS), has classified this software as Export Commodity
Control Number (ECCN) 5D002.C.1, which includes information security
software using or performing cryptographic functions with asymmetric
algorithms. The form and manner of this Apache Software Foundation
distribution makes it eligible for export under the License Exception
ENC Technology Software Unrestricted (TSU) exception (see the BIS
Export Administration Regulations, Section 740.13) for both object
code and source code.
The following provides more details on the included cryptographic
software:
Apache Rampart : http://ws.apache.org/rampart/
Apache WSS4J : http://ws.apache.org/wss4j/
Apache Santuario : http://santuario.apache.org/
Bouncycastle : http://www.bouncycastle.org/
--------------------------------------------------------------------------------
(c) Copyright 2014 WSO2 Inc.