HTTP Status 404 _javascriptDetector_

2011-06-22 Thread Adam Furmanczuk
Hi, I get this error after help from Leonardo, I managed to load all the jars: myfaces v2, tomahawk1.10, jsp-api.. now should be ok, but I either get blank page, or 404 _javascriptDetector_ My relevant web.xml part see below. I use url pattern for servlet mapping and the same pattern for filter

HTTP Status 404 _javascriptDetector_ -continue

2011-06-22 Thread Adam Furmanczuk
ok http://myfaces.apache.org/tomahawk/extensionsFilter.html is ok (- improved settings in web.xml) when i ask for a site: http:localhost:8080/dir/site.jsf it opens... i can see it for 1 second and then it disappears and i get the url:

Re: HTTP Status 404 _javascriptDetector_

2011-06-22 Thread Leonardo Uribe
Hi To solve this problem, just remove this web config param org.apache.myfaces.DETECT_JAVASCRIPT This one comes from 1.1 and should not be used. Anyway, I'm sure you have a classloading problem with your particular setup. The descriptions on the page related to extensions filter are correct.