Salut,
glassfish_at_javadesktop.org wrote:
> Hi all
>
> I have a server with a http interface that was implemented using an simple httpAdaptor. Is it possible to implement a https interface as easily? Please point to a resource to get me on the right track.
>
starts here:
*
http://grizzly.dev.java.net
You used the server that ship with the JDK, right? Or you wrote your own
http server? Grizzly will easily allow you to write an http/https server
by just extending it's GrizzlyAdapter class:
*
http://is.gd/4Wh4i
Thanks
-- Jeanfrancois
> Regards
> Wayne
> [Message sent by forum member 'waynetg' ]
>
> http://forums.java.net/jive/thread.jspa?messageID=371977
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>