tomcat - what is the significance of "framework.jar" file in any java application in tomcat6 -
have deployed spring-hibernate project in tomcat6 server, in gives error:
fail - application @ context path /projectname not started
where in "/web-inf/lib" jar files available including "framework.jar". in server log file "stdout.log" gives error
error org.springframework.web.context.contextloader - context initialization failed
nested exception java.io.filenotfoundexception: class path resource [com/mypackage/framework/bpo/basebpoimpl.class] cannot opened because not exist
"framework.jar" contains "meta-inf/manifest.mf" file , contains are-
manifest-version: 1.0 ant-version: apache ant 1.7.1 created-by: 10.0-b19 (sun microsystems inc.)
how resolve these errors? because of "framework.jar" file or anythhing else?
Comments
Post a Comment