Your web.xml
is declaring your application as being a Servlet 2.3 compatible web application
<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd" >
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.