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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -