1 Reply Latest reply on Jun 6, 2007 5:33 AM by pl1zn4u

    Jboss/Tomcat and xhtml files

    gommo

      Hi,

      I've just stared developing web apps with jboss4.0.5.GA (Experienced with thick client) and ran into a problem trying to save my pages as xhtml in readiness for playing around with jboss seam.

      When I try load a simple hello world type page (index.xhtml) my browser initiates a download of the file as if the tomcat server in jboss doesn't recognize to process xhtml files.

      I have this in my web.xml
      <context-param>
      <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
      <param-value>.xhtml</param-value>
      </context-param>

      I'm really just looking for a pointer of where to look

      Thanks