Salut,
glassfish_at_javadesktop.org wrote:
> Hi,
> Is it possible to handle non HTTP incoming requests within a servlet with Glassfish (2.1)?
Yes
> I would like to leverage the connection pools and all the entreprise class server features with non-http protocols
You might want to look at port unification:
http://weblogs.java.net/blog/jfarcand/archive/2006/11/one_port_to_rul.html
Mainly, you can configure Grizzly to serve any kind of Protocols, and
dispatch the request to the proper container.
A+
-- Jeanfrancois
> Thanks, Pierre
> [Message sent by forum member 'pdechastellier' (pdechastellier)]
>
> http://forums.java.net/jive/thread.jspa?messageID=331622
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>