Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 679 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 679 Bytes

AS8 undertow subsystem - NO LONGER IN USE

This repository contains undertow subsystem and integration module that enables to install extension into existing AS8.0.x instalation.

To install to existing AS8.0 run

mvn clean install -Pupdate-as -Djboss.home=/path/to/as8

The -Djboss.home is not nessesary if $JBOSS_HOME is already pointing at your JBoss installation.

after install is done you can run AS8 with undertow subsystem by running

./standalone.sh -c standalone-undertow.xml

Please note!

Subsystem has been merged to https://github.com/undertow-io/jboss-as

Any further PR should be send against that repo.