Hi Murali,

I haven't tried it yet, but the basic idea is to establish session via http and 
submit the login form to https later to share the same session between 
http/https requests.
In j2-admin, you can find the login page JSP page (e.g., 
/WEB-INF/security/login/login.jsp). There you can also find a html form tag 
like the following:

<form method="POST" action='<c:url context="${portalContextPathInUrlTag}" 
value="${destLogin}"/>'>

I think you can give a try by making the action attribute an absolute url with 
https.

Regards,

Woonsan

--- On Thu, 9/9/10, Murali.M <[email protected]> wrote:

> From: Murali.M <[email protected]>
> Subject: Secure a Portlet
> To: [email protected]
> Date: Thursday, September 9, 2010, 9:37 AM
> 
> Hi all,
> I'm trying to make the Login Portlet in the j2-admin secure
> i.e. when I
> traverse to the page containing the Login Portlet I want to
> use https
> instead of http. Please help me achieving this.
> 
> 
> Thanks and Regards,
> Murali Meriga.
> -- 
> View this message in context: 
> http://old.nabble.com/Secure-a-Portlet-tp29647374p29647374.html
> Sent from the Jetspeed - Dev mailing list archive at
> Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 


      

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to