I am using tomcat 7. Using eclipse Juno IDE.
I have added commons-fileupload-1.3.1.jar file and commons-io-2.4.jar to the library folder using Build Path option.
Even after adding these library I am getting ClassNotFoundException.
Exception which I am getting
java.lang.NoClassDefFoundError: org/apache/commons/fileupload/disk/DiskFileItemFactory
com.upload.uploadFileServlet.doPost(uploadFileServlet.java:53)
javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)