[jboss-user] [JBoss Portal] - Re: How do I forward to another web-app affter loged portal?

2006-09-11 Thread khangfpt
Hi, First I created a portlet that show a button or link when click will call processAction (in doView mode) and sendRedirect to myWebapp in processAction method of this portlet. Then, I created a module to check user information in my webapp (use getRemoteUser). In case the return value is nul

[jboss-user] [JBoss Portal] - Re: How do I forward to another web-app affter loged portal?

2006-09-06 Thread Antoine_h
I am interested too... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969796#3969796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969796 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Portal] - Re: How do I forward to another web-app affter loged portal?

2006-09-05 Thread AndrewBoyd
khangfpt, Could you please share with the rest of us how you did this? Thanks, Andrew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969413#3969413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969413 _

[jboss-user] [JBoss Portal] - Re: How do I forward to another web-app affter loged portal?

2006-08-30 Thread khangfpt
Thanks, I got it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968306#3968306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968306 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Portal] - Re: How do I forward to another web-app affter loged portal?

2006-08-24 Thread [EMAIL PROTECTED]
khangft- One approach can be to use a ServletFilter in front of your portal app that intercepts the request after successful login and re-directs to the index page of your web-app You can also try using a custom Authenticator instead of the built-in tomcat Authenticator to accomplish this mor