name is too long to represent

当编译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


本文出自 “李新博客” 博客,谢绝转载!

你可能感兴趣的:(TO,js,long,name,is,too,represent)