I have deployed a web app developed with the Spring framework. I copied the jar into its web-inf/lib folder but when i reload the app (redeploy) the server doesnt get the jar loaded and throws ClassNotFoundException randomly ponting to DispatcherServlet.
The deploy task unpacks the war file into a app-root where the server loads the clases, descriptors, config, jsp and locates the files that belongs to the webApp. The spring-jar is unpacked correctly, is located in the correct folder and available to be loaded by the server classloader system everytime.
I have been proceeding like this (copying the jar files into web-inf/lib folder) everytime my app uses one but is my very first having this problems... :shock:
I really dont know if anyone have experienced the same problem or know if i could do something to get it work...
:roll:


Reply With Quote