Does this sound like a plausible explanation for the search engine behavior?
Seam-gen creates an index.html page that contains:
<html>
| <head>
| <meta http-equiv="Refresh" content="0; URL=home.seam">
| </head>
| </html>
Search engine retrieves this page, caches it and then proceeds to index and cache the
home.seam page. The root page for your domain ends up being a blank page.
Possible solution? Edit server/default/deploy/jbossweb-tomcat55.sar/conf/web.xml
<welcome-file-list>
| <welcome-file>home.seam</welcome-file>
| </welcome-file-list>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054471#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...