What I want to achieve is something similar to a master page in asp.net. I\'m following a tutorial, but I may have missed something cause I have added my header.jspf and foo
I'm also doing that tutorial, and when I use Tomcat as the server it won't include the header and the footer, I have to use the glassfish server, is there any way to make tomcat include the header and the footer?
EDIT:
Replacing the default tag with this one seems to have solved the problem using tomcat as the server
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/TR/xmlschema-1/"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">