I am developing a web project using eclipse
ide with struts2, spring and hibernate and
maven.
I am adding necessary jar files to pom file and using i them.
However, when I am starting the server, I am getting ClassNotFoundException
So I am also putting jar files to tomcat/lib folder.
Is it true or should I do something to automatically publish jar files to
tomcat server lib folder when server is starting?