Login « portlet « Java Enterprise Q&A





1. Login in JBoss Portal    stackoverflow.com

How can I create custom links to login and logout in admin mode at JBoss Portal?

2. Direct user to specific portal artifact after login    coderanch.com

I am having trouble having links from an outside application to direct the user to a specific portal artifact after login. How do you get portal to redirect the page to the URL you accessed the portal with? Currently the link successfully brings up the login page, but after login just opens up the default page. Please let me know if ...

3. Portal login    coderanch.com

5. httpunit sso login 401    coderanch.com

I have the following code to do a sso login test for my company portal. It's apache covalent ssl (mod sso) server and a ibm web portal. I did the java keystore ok. This did work. Just sharing now. package com.somewhere.test; import com.meterware.httpunit.ClientProperties; import com.meterware.httpunit.GetMethodWebRequest; import com.meterware.httpunit.PostMethodWebRequest; import com.meterware.httpunit.HttpUnitOptions; import com.meterware.httpunit.WebConversation; import com.meterware.httpunit.WebLink; import com.meterware.httpunit.WebRequest; import com.meterware.httpunit.WebForm; import com.meterware.httpunit.WebResponse; import junit.framework.TestCase; ...

6. Accesing aplications from portlets without login    coderanch.com

I ned to create a portlet to access an existing application without login. I know that the URL of the application displays a login window and when the user name and password are submitted the aplication returns to the browser the HTML of the first page. I can write code to submit the user name and password, but I dont know ...

7. disappear Login portlet after login into portal in bluenog portal    coderanch.com

Hi Balaji, You can edit the fragment in the .psml where the login portlet resides to include the following This will make sure that the users who have guest constraint will see the login portlet and once they logged in, it will be hidden. user guest-only Thanks Prabha

9. How to configure custom login module in jetspeed 2 ?    coderanch.com

If the user is registered correctly, when is logged, is automatically redirected to his own psml, localted in his user folder page. Jetspeed in j2-admin have some login portlets, enought for me. if you want a custom login page, yo can modify web.xml: FORM Jetspeed /login.jsp /error.jsp ...