[jboss-as7-dev] Consolidating ports under 80/443

Bill Burke bburke at redhat.com
Fri May 18 13:00:22 EDT 2012



On 5/18/12 12:35 PM, Remy Maucherat wrote:
> On Fri, 2012-05-18 at 11:36 -0400, Bill Burke wrote:
>> I'm not talking about websockets.  There's a bunch of subsystems that
>> have their own proprietary protocols i.e. HornetQ has their superfast
>> protocol as well as STOMP, neither of which use HTTP or WebSockets.
>> THey could use HTTP Upgrade to connect, then just take over the socket
>> to do with whatever they wanted.
>
> WebSockets does an upgrade, so ...
>

Sure, but would require all these apps to run under a servlet container. 
  Most of them (all) don't want that dependency.  Most of them (all) 
don't want to have to use a native library (APR) to do non-blocking io.

-- 
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com


More information about the jboss-as7-dev mailing list