JSF Configuration of the file upload filter
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am trying to use fileUpload component. As I read from primefaces user guide, I have to configure the fileUpload filter. <filter> <filter-name>PrimeFaces FileUpload Filter</filter-name> <filter-class> org.primefaces.webapp.filter.FileUploadFilter </filter-class> </filter> <filter-mapping> <filter-name>PrimeFaces FileUpload Filter</filter-name> <servlet-name>Faces Servlet</servlet-name> </filter-mapping> I added these lines (suggested by the guide) to the web.xml file. Now, when the server (Tomcat 7) is starting, I get an exception and the