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
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
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
_
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
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