Farah Juma commented on Feature Request AGPUSH-120

To get the SimplePush Server running inside of the AS on Openshift, we'll need to create a modified standalone.xml file that contains the following:

1) the org.jboss.aerogear.netty extension
2) a socket binding that will be used by the Netty server
3) a thread factory that will be passed to the Netty server
4) the Netty subsystem

We'll also need to add two modules (org.jboss.aerogear.simplepush and org.jboss.aerogear.netty) to the AS modules directory. (The following file contains an example of adding a module to the existing AS cartridge: https://github.com/openshift/origin-server/blob/master/cartridges/openshift-origin-cartridge-jbossas/openshift-origin-cartridge-jbossas.spec#L74)

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira