Prior to installing any WSO2 Carbon based product, it is necessary to have the appropriate prerequisite software installed on your system. Verify that the computer has the supported operating system and development platforms before starting the installation.
...
Operating Systems / Databases | - All WSO2 Carbon-based products are generally compatible with most common DBMSs. For more information, see Working with Databases.
- It is not recommended to use Apache DS in a production environment due to issues with scalability. Instead, it is recommended to use an LDAP like OpenLDAP for user management.
- For environments that WSO2 products are tested with, see Compatibility of WSO2 Products.
- If you have difficulty in setting up any WSO2 product in a specific platform or database, please contact us.
|
...
Application | Purpose | Version | Download Links |
---|
Oracle Java SE Development Kit (JDK)* | - To launch the product as each product is a Java application.
- To build the product from the source distribution (both JDK and Apache Maven are required).
- To run Apache Ant.
| JDK 7 or 8. Note |
---|
| Some updates of JDK 1.8 (for example, JDK1.8.0_151) are affected by a known issue related to GZIP decoding. Until this issue is fixed, we recommend one of the following approaches: - Use either JDK1.8.0_144 or JDK1.8.0_077 updates. We have verified that these versions are not affected by the known issue.
- Alternatively, you can disable GZIP decoding for your product by following the steps given below. This will ensure that your product is not affected by the known issue.
- Open the
catalina-server.xml file from the <PRODUCT<MB_HOME>/repository/conf/tomcat/ directory. Set the compression parameter (under each of the connector configurations) to false as shown below: Code Block |
---|
compression="off" |
- Restart the server.
|
| http://java.sun.com/javase/downloads/index.jsp |
Apache Ant | - To compile and run the product samples.
| 1.7.0 or later | http://ant.apache.org/ |
Git | |
| |
Apache Maven | - To build the product from the source distribution (both JDK and Apache Maven are required). If you are installing by downloading and extracting the binary distribution instead of building from the source code, you do not need to install Maven.
| 3.0.x | http://maven.apache.org/ |
Web Browser | - To access the product's Management Console. The Web Browser must be JavaScript enabled to take full advantage of the Management console.
Note |
---|
On Windows Server 2003, you must not go below the medium security level in Internet Explorer 6.x. |
|
|
|