每次打开MyEclipse在运行第一个项目前,当启动服务器时,都有如下提示信息:
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
这是怎么回事?懂得指点一二吧!
------解决方案--------------------
-XX:PermSize=256M
-XX:MaxPermSize=256M
-XX:ReservedCodeCacheSize=48M
是需要加在eclipse.ini中的吧
------解决方案--------------------
tomcat的server。xml文件中配置