Skip to content
This repository has been archived by the owner on Nov 18, 2018. It is now read-only.

Commit

Permalink
AGPUSH-177 "Netty Subsystem: remove unnecessary xml element"
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Jul 17, 2013
1 parent faca90c commit 4b17659
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wildfly-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ This involves adding a _server_ element to the Netty subsystem.
Open up your WildFly server's configuration xml file, for example standalone.xml, and add the following to the _netty_ subsystem:

<subsystem xmlns="urn:org.jboss.aerogear.netty:1.0">
<netty>
<server name="simplepush-server" socket-binding="simplepush" factoryClass="org.jboss.aerogear.simplepush.netty.SimplePushBootstrapFactory"/>
</netty>
<server name="simplepush-server" socket-binding="simplepush" factory-class="org.jboss.aerogear.simplepush.netty.SimplePushBootstrapFactory"/>
</subsystem>

For details regarding the attirbutes of the _server_ element, please refer to [Netty Subsystem](https://github.com/danbev/netty-subsystem) .
Expand Down

0 comments on commit 4b17659

Please sign in to comment.