[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Jboss/Tomcat and xhtml files
gommo
do-not-reply at jboss.com
Sat May 26 02:45:39 EDT 2007
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
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048824#4048824
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048824
More information about the jboss-user
mailing list