Troubleshooting Exception: According to TLD or attribute directive in tag file, attribute value does not accept any expressions.

Issue description: Sometimes when you trying to startup application server you got below exception,

Solution: If you got this error on console, check the jstl definition statement on your jsp first, if you definite as <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> please change to <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c"%>, this problem should be solved, for detail please refer to below screen dump.

原文地址:https://www.cnblogs.com/stonefeng/p/2660085.html