JBossWeb WildFly Subsystem

From NovaOrdis Knowledge Base
Revision as of 16:03, 28 February 2017 by Ovidiu (talk | contribs) (→‎Source Code)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

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

Subjects

Source Code

jboss-as-web subsystem https://github.com/wildfly/wildfly/tree/7.1/web

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>