[jboss-user] [JBoss Seam] - Re: Can Seam be configured to support JSP and Facelets in an

gfzhang do-not-reply at jboss.com
Tue Jul 11 01:51:48 EDT 2006


After changing the servlet mapping according to CptnKirk's instruction, The modified sample works well.

You please try:

  |     <filter-mapping>
  |         <filter-name>Seam Redirect Filter</filter-name>
  |         <url-pattern>/faces/*</url-pattern>
  |     </filter-mapping>
  | 
and 

  |     <!-- Faces Servlet Mapping -->
  |     <servlet-mapping>
  | 	<servlet-name>Faces Servlet</servlet-name>
  | 	<url-pattern>/faces/*</url-pattern>
  |     </servlet-mapping>
  | 

I do not know why the program failed when using"/*" as the url-pattern. It can not work here either. It display the same error message as you reported.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956845#3956845

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



More information about the jboss-user mailing list