In my web.xml file I have:
as well as
But still when I type in a url for a
jsp file with the extension replaced for
jsf the webserver returns "file not found".
I should mention that I have a boiled down version of my webapp working on a local
tomcat instance. However, the target environment for the jsf enabled jsps is an existing webapplication in a WebSphere Application Server, and here it fails.
In the web.xml file there are also many elements declaring various filter-mappings and servlet-mappings, including for the url-pattern /*, can this be the cause of the mapping not working for *.jsf?
Thanks in advance,
Seb
[ July 27, 2005: Message edited by: seb petterson ]