I need to set the next property to catalina.propeties file for proper application work:
org.apache.jasper.compiler.Parser.STRICT_WHITESPACE=false
But when I start tomcat from eclipse it sets defaul settings to catalina.properties (overwrites) and removes the string.
Besides if I set "read only" to catalina.properties I cannot startup tomcat from eclipse.