启动tomcat时,出现
2007-3-15 16:42:42 org.apache.catalina.core.ApplicationContext log
信息: Velocity [error] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.
2007-3-15 16:42:42 org.apache.catalina.core.ApplicationContext log
信息: Velocity [info] Velocimacro : error using VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm'
2007-3-15 16:42:42 org.apache.catalina.core.ApplicationContext log
信息: Velocity [info] Velocimacro : VM library template macro registration complete.
在goole 搜了很多,发现有这样一个回答
Absence of 'VM_global_library.vm' does not cause the build to fail. Its a
standard velocity message and you should ignore it, if you are not using
velimacros.
在使用velocity 遇到的问题
最新推荐文章于 2023-08-25 23:20:04 发布
本文记录了启动Tomcat时遇到的关于Velocity资源未找到的错误信息,并引用了一条解答,指出缺少'VM_global_library.vm'文件不会导致构建失败,若不使用Velocity宏可以忽略该警告。
7566

被折叠的 条评论
为什么被折叠?



