JBossWeb WildFly Subsystem: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=External=
* http://jbossweb.jboss.org
=Internal=
=Internal=



Revision as of 16:00, 28 February 2017

Internal

Overview

JBossWeb provides the web subsystem implementation for EAP 6. For EAP 7 and newer, see Undertow Subsystem.

Subjects

Source Code

https://source.jboss.org/browse/JBossAS

Maven

<dependency>
   <groupId>org.jboss.web</groupId>
   <artifactId>jbossweb</artifactId>
   <version>...</version>
</dependency>
<dependency>
   <groupId>org.jboss.as</groupId>
   <artifactId>jboss-as-web</artifactId>
   <version>...</version>
</dependency>