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 more cleanly, but it might be over kill for the problem you are trying
to solve
Thanks
Sohil
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967213#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...