Oi gente, eu entrei no site do próprio richfaces
http://richfaces-showcase.appspot.com/richfaces/component-sample.jsf?demo=fileUpload&skin=blueSky
E tentei reproduzir o exemplo do FileUpload, porém no final do exemplo ele pede para setar 2 atributos no web.xml para que o exemplo possa funcionar, porém eu não sei como fazê-lo, alguem poderia me dar uma ajuda
FileUpload requires two context-parameter's to be set in web.xml:
createTempFiles boolean attribute which defines whether the uploaded files are stored in temporary files or available in the listener directly as byte[] data (false for this example).
maxRequestSize attribute defines max size in bytes of the uploaded files (1000000 for this example)