Your web.xml
is declaring your application as being a Servlet 2.3 compatible web application
Expression Language (EL) was introduced in 2.4.
Change that and you should be in business (as long as your container also supports it).
You can find templates for the different versions here.