4 MINDS

4MINDS Gestão de Conhecimento

ELException The identifier is not a valid Java identifier


Erro ao implantar uma aplicação JSF em um Tomcat ou Tomee


javax.el.ELException: The identifier [class] is not a valid Java identifier as required by section 1.19 of the EL specification (Identifier ::= Java language identifier). This check can be disabled by setting the system property org.apache.el.parser.SKIP_IDENTIFIER_CHECK to true.

Solução

Adicionar no catalina.sh ou catalina.bat

CATALINA_OPTS="-Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true"