I just noticed that the web.xml config stuff didn't paste as it actually 
appears. Here's my whole web.xml file:

<?xml version="1.0" encoding="UTF-8"?>

<web-app version="2.4"
        xmlns="http://java.sun.com/xml/ns/j2ee";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>

   <context-param>
      <param-name>com.sun.faces.displayConfiguration</param-name>
      <param-value>true</param-value>
   </context-param>

        
                <servlet-name>FacesServlet</servlet-name>
                <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
        
        <servlet-mapping>
                <servlet-name>FacesServlet</servlet-name>
                <url-pattern>*.faces</url-pattern>
        </servlet-mapping>

</web-app>

Thanks,
Scott Wall

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992820
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to