当编译JSP文件过大时,就会出现java.lang.InternalError: name is too long to represent 异常
你可以选择以下其中一种方法来解决:

1. 减少jsp文件的大小

2.设置suppressSmap 为true 来禁用SMAP 生成和JSR-045

具体修改 $CATALINA_BASE/conf/web.xml
设置 suppressSmap 为true