Welcome to WSO2 Application Server, the successor of WSO2 Carbon based Application Server. WSO2 Application Server 6.0.0 is a complete revamp and is based on vanilla Apache Tomcat. WSO2 provides a number of features by means of extensions to Apache Tomcat to add/enhance the functionality. It provides first class support for generic web applications, JAX-RS/JAX-WS web applications and Jaggery applications. The performance of the server and individual application can be monitored by integrating WSO2 Application Server with WSO2 Data Analytics Server.
- HTTP statistics publishing to WSO2 Data Analytics Server
- SAML based Single Sign On (SSO) for web applications
- Support for Jaggery application deployment
- Webapp classloading runtimes
- JDK 1.8 or higher
- Apache Maven 3.0.x or higher
- Git
- Clone the repository using
git clone https://github.com/wso2/product-as.git
cd
intoproduct-as
directory- Run
mvn clean install
- Extract wso2as-{version}.zip located at
distribution/target
directory
- JDK 1.8 or higher
- Apache Maven 3.0.x or higher
- Goto
<AS_HOME>/bin/
directory - Run
./catalina.sh run
(in MAC OS and Linux based operating systems) orcatalina.bat run
(in Windows)
- Please report issues at [WSO2 Application Server JIRA] (https://wso2.org/jira/browse/WSAS).
- Send your bug fixes pull requests to [master branch] (https://github.com/wso2/product-as/tree/master)
WSO2 Application Server developers can be contacted via the mailing lists:
- WSO2 Developers List : [email protected]
- WSO2 Architecture List : [email protected]