[jboss-user] [JBoss Seam] - Re: More About SEO

fhh do-not-reply at jboss.com
Mon Oct 29 06:04:01 EDT 2007


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#4099773

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099773



More information about the jboss-user mailing list