I think on two different ways to accomplish this:
1. mod_rewrite magic
If you use Apache in front of JBoss, you can use mod_rewrite in order to redirect the user
to different portals depending on user agent. You have more customization, but keeping the
content in sync for both portals can be cumbersome.
2. Adaptive layout/theme
You can include logic into your layout jsp pages to render your pages according to the
informed user-agent.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176283#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...