0 Replies Latest reply on Aug 24, 2010 1:44 PM by nitm

    different protocols ?

    nitm

      hello,

       

      is it possible for the application running on a jboos AS to listen to more than just http?

      how do i listen for websockets or tcp request and share sessions?  that is, if a user has a session that was created using normal http requests and is now making a request using websockets there's a need to associate the later request with the current session.

      the same with a tcp socket request.

       

      i searched but could not find anything that addresses this issue.

      i assume that it's possible to start another server (that listens for tcp and/or websockets) when the application starts and add a session id with each request, then find the users' session according to the id.  but does the jboss AS have this ability already?

       

      thanks.