Possible Duplicate:
Make maven serve files like css.gz and js.gz
When I use file like style.css and run in browser, it works well but when I compress the file become style.css.gz and run it again, it not works at all. So, I just want to ask how to configure so the compressed file like that can be work well in browser???
In this case I'm working with a Java EE project and using Apache Maven.