java - While migrating from tomcat5.5 to tomcat7 the following jsp error is occurring -
this question has answer here:
i trying migrate application use tomcat7 instead of tomcat5.5 getting below error. using tomcat-7.0.27 window 32 bit machine:
jun 29, 2012 3:01:05 pm org.apache.jasper.compiler.tldlocationscache tldscanjar info: @ least 1 jar scanned tlds yet contained no tlds. enable debug logging logger complete list of jars scanned no tlds found in them. skipping unneeded jars during scanning can improve startup time , jsp compilation time.
you can define jar files skip when scanning tlds. done in conf/catalina.properties make error (which info message) disapear , speedup startupd/compile process of application.
Comments
Post a Comment