users@jersey.java.net

Re: [Jersey] how to configure web.xml to allow https+REST?

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Mon, 09 Mar 2009 11:51:00 +0100

On Mar 3, 2009, at 6:36 PM, odin wrote:

> Hello,
> I am sorry to trouble, I have submitted a post in
> https://jersey.dev.java.net/servlets/ReadMsg?list=users&msgNo=4646

BTW the MarkMail archive is much better:

http://markmail.org/search/?q=list%3Anet.java.dev.jersey.users


> But I do not have the privilege to answer the reply.


> And until now it is still not clear how to configure the web.xml to
> allow https+REST using jersey. In the manual, there is only
> configuration file for sun-web.xml.
> So can anyone give me some suggestions?
>

Have you managed to get Jersey working using just HTTP?

Are you referring to Jersey specific configuration or Security/SSL
related configuration of GF? If it is GF related then i recommend that
you send email to:

   users_at_glassfish.dev.java.net

Attached is the simple maven example i used to get SSL working. Note
that as i said in the email you reference i had to modify GF security
properties in the GF admin console. I do not know if such properties
can be configured per-web application.

Paul.