Abra o arquivo web.xml e inclua o seguinte dentro de <web-app> e após <display-name>:
<jsp-config> <jsp-property-group> <url-pattern>/**</url-pattern> <el-ignored>false</el-ignored> </jsp-property-group> </jsp-config>