I have two webapps that need to run under the same instance of tomcat. One needs COERCE_TO_ZERO=true, and the other needs COERCE_TO_ZERO=false. By the looks of it...
http://tomcat.apache.org/tomcat-7.0-doc/config/systemprops.html#Expression_Language ...I can only pick one behavior per tomcat instance. Is there any way this behavior could be controlled or overridden at the Context level instead of system-wide? Dan