I got following error :
SEVERE: Servlet.service() for servlet jsp threw exception javax.el.ELException: The identifier [case] is not a valid Java identifier
We can also add following command to catalina.sh file under the tomcat_home dir/bin
CATALINA_OPTS="-Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true"