1.)
Create a file index.seam with the following content:
| <%--
| Please DO NOT delete this file. This file is used
| to trick tomcat to detect index.seam as the
| welcome file and will load index.xhtml instead.
| --%>
|
Add to web.xml:
| <welcome-file-list>
| <welcome-file>index.jsf</welcome-file>
| </welcome-file-list>
|
Regards
Felix
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099773#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...