java.lang.ClassNotFoundException: org.apache.commons.fileupload.FileItemFactory

前端 未结 2 1259
[愿得一人]
[愿得一人] 2020-12-04 00:29

I am trying to compile UploadServlet servlet via apache tomcat 8.0.14. my web.xml is fine andUploadServlet.java has compiled properly but yet when

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 01:17

    as @Gas , I forgot to add .jar file in WEB-INF/lib folder. and then the issue resolved.

提交回复
热议问题