The HFSJ errata says,
{407} whole page;
As the .jspf convention is not supported by default in
Tomcat, the following mapping
needs to be added to the application's web.xml for the example to work correctly:
<servlet-mapping>
<servlet-name>
jsp</servlet-name>
<url-pattern>*.jspf</url-pattern>
</servlet-mapping>
What it really means?? Anyone please explain??
Thanks in advance!