users@jersey.java.net

[Jersey] Re: HTTPS and GrizzlyWebContainerFactory

From: Paul Sandoz <Paul.Sandoz_at_oracle.com>
Date: Thu, 30 Dec 2010 13:13:29 +0100

On Dec 22, 2010, at 12:08 PM, Oleksiy Stashok wrote:

> Hi,
>
> I'm pretty sure jersey folks will know the answer.
>

The answer is you cannot. You will need wire up Grizzly yourself.

See the "https-clientserver-grizzly" sample for more details:

http://download.java.net/maven/2/com/sun/jersey/samples/https-clientserver-grizzly/1.4/https-clientserver-grizzly-1.4-project.zip

Paul.


> WBR,
> Alexey.
>
> On Dec 22, 2010, at 8:37 , amrit wrote:
>
>>
>> Hi,
>>
>> The GrizzlyWebContainerFactory resturns an SelectorThread which is
>> basically
>> for HTTP. If I have to create an "SSLSelectorThread" to support
>> HTTPS, how
>> can I use GrizzlyWebContainerFactory?
>>
>> Reference:
>>
>> http://svn-mirror.glassfish.org/jersey/tags/jersey-1.0/api/jersey/com/sun/jersey/api/container/grizzly/GrizzlyWebContainerFactory.html
>> --
>> View this message in context: http://old.nabble.com/HTTPS-and-GrizzlyWebContainerFactory-tp30512173p30512173.html
>> Sent from the Grizzly - Users mailing list archive at Nabble.com.
>>
>