JDK是1.5,Tomcat5.5应用启动报错。
警告: Creating a new instance of CacheManager using the diskStorePath "D:\work\Tomcat 5.5.27\apache-tomcat-5.5.27\temp" which is already used by an existing CacheManager.
The source of the configuration was InputStream java.io.ByteArrayInputStream@a0ee3f.
The diskStore path for this CacheManager will be set to D:\work\Tomcat 5.5.27\apache-tomcat-5.5.27\temp\ehcache_auto_created_1311151128019.
To avoid this warning consider using the CacheManager factory methods to create a singleton CacheManager or specifying a separate ehcache configuration (ehcache.xml) for each CacheManager instance.
2011-7-20 16:38:56 org.activiti.engine.impl.ProcessEngineImpl <init>网上有人说把temp目录下的文件删掉,然后重新启动就好了,试过了,不行。万望各位指点指点。