WSO2 AppServer - Integration Test Module

WSO2 AppServer

License

License

GroupId

GroupId

org.wso2.appserver
ArtifactId

ArtifactId

org.wso2.appserver.integration.tests
Last Version

Last Version

5.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

WSO2 AppServer - Integration Test Module
WSO2 AppServer
Project Organization

Project Organization

WSO2 Inc

Download org.wso2.appserver.integration.tests

How to add to project

<!-- https://jarcasting.com/artifacts/org.wso2.appserver/org.wso2.appserver.integration.tests/ -->
<dependency>
    <groupId>org.wso2.appserver</groupId>
    <artifactId>org.wso2.appserver.integration.tests</artifactId>
    <version>5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/org.wso2.appserver.integration.tests/
implementation 'org.wso2.appserver:org.wso2.appserver.integration.tests:5.3.0'
// https://jarcasting.com/artifacts/org.wso2.appserver/org.wso2.appserver.integration.tests/
implementation ("org.wso2.appserver:org.wso2.appserver.integration.tests:5.3.0")
'org.wso2.appserver:org.wso2.appserver.integration.tests:jar:5.3.0'
<dependency org="org.wso2.appserver" name="org.wso2.appserver.integration.tests" rev="5.3.0">
  <artifact name="org.wso2.appserver.integration.tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='org.wso2.appserver.integration.tests', version='5.3.0')
)
libraryDependencies += "org.wso2.appserver" % "org.wso2.appserver.integration.tests" % "5.3.0"
[org.wso2.appserver/org.wso2.appserver.integration.tests "5.3.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.wso2.appserver : org.wso2.appserver.integration.common.utils jar 5.3.0
org.wso2.appserver : org.wso2.appserver.integration.common.clients jar 5.3.0
org.wso2.carbon.automation : org.wso2.carbon.automation.extensions jar 4.4.2
org.wso2.xfer » wso2xfer jar 3.3.0
org.skyscreamer : jsonassert jar 1.2.3
com.h2database.wso2 » h2-database-engine jar 1.2.140.wso2v3

test (33)

Group / Artifact Type Version
org.wso2.carbon : SecVerifier aar 4.4.1
org.wso2.carbon.automation : org.wso2.carbon.automation.test.utils jar 4.4.2
org.wso2.carbon.automation : org.wso2.carbon.automation.engine jar 4.4.2
org.wso2.carbon.automationutils : org.wso2.carbon.integration.common.extensions jar 4.4.2
org.wso2.carbon.automationutils : org.wso2.carbon.integration.common.utils jar 4.4.2
org.wso2.carbon.automationutils : org.wso2.carbon.integration.common.tests jar 4.4.2
org.wso2.carbon.commons : org.wso2.carbon.wsdl2code.stub jar 4.4.7
org.wso2.carbon.registry : org.wso2.carbon.registry.resource.stub jar 4.4.8
org.wso2.carbon.registry : org.wso2.carbon.registry.info.stub jar 4.4.8
org.jacoco : org.jacoco.agent jar 0.7.4.201502262128
org.wso2.tomcat : tomcat jar 7.0.59.wso2v3
org.glassfish.tyrus.bundles : tyrus-standalone-client jar 1.7
org.wso2.appserver : jpa-contacts-database jar 5.3.0
org.wso2.appserver : spring3-restful-simple-service war 5.3.0
org.wso2.appserver : spring3-restful-jndi-service war 5.3.0
org.wso2.appserver : spring3-restful-webapp-classloading war 5.3.0
org.wso2.appserver : spring3-restful-runtime-libs zip 5.3.0
org.wso2.appserver : spring3-restful-faulty-service war 5.3.0
org.wso2.appserver : spring4-restful-simple-service war 5.3.0
org.wso2.appserver : spring4-restful-jndi-service war 5.3.0
org.wso2.appserver : spring4-restful-faulty-service war 5.3.0
org.wso2.appserver : spring4-restful-webapp-classloading war 5.3.0
org.wso2.appserver : hibernate-example war 1.0.1
org.wso2.appserver : jaxrs-client-api-test-webapp war 5.3.0
org.wso2.appserver : access-logs-test-webapp war 5.3.0
org.wso2.appserver : commons-logging-test-webapp war 5.3.0
org.wso2.appserver : slf4j-logging-test-webapp war 5.3.0
org.wso2.appserver : carbon-logging-test-webapp war 5.3.0
org.wso2.appserver : jul-logs-test-webapp war 5.3.0
org.wso2.appserver : carbon-context war 5.3.0
org.wso2.appserver : example war 5.3.0
org.wso2.appserver : CarbonSaasApp war 5.3.0
org.wso2.appserver : carbon-cache war 5.3.0

Project Modules

There are no modules declared in this project.

Welcome to WSO2 Application Server


Branch Build Status
master Build Status

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.

Features

  • HTTP analytics with [WSO2 HTTP Analytics Server] (https://github.com/wso2/analytics-http)
  • SAML based Single Sign On (SSO) for web applications
  • Support for Jaggery application deployment
  • Webapp classloading runtimes

Building the product

Prerequisites

  1. JDK 1.8 or higher
  2. Apache Maven 3.0.x or higher
  3. Git

How to build the product

  1. Clone the repository using git clone https://github.com/wso2/product-as.git
  2. cd into product-as directory
  3. Run mvn clean install
  4. Extract wso2as-{version}.zip located at distribution/target directory

Running WSO2 Application Server

Prerequisites

  1. JDK 1.8 or higher
  2. Apache Maven 3.0.x or higher

How to run WSO2 Application Server

  1. Goto <AS_HOME>/bin/ directory
  2. Run ./catalina.sh run (in MAC OS and Linux based operating systems) or catalina.bat run (in Windows)

How to Contribute

Contact us

WSO2 Application Server developers can be contacted via the mailing lists:

org.wso2.appserver

WSO2

Welcome to the WSO2 source code! For info on working with the WSO2 repositories and contributing code, click the link below.

Versions

Version
5.3.0
5.3.0-beta1