Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
5.0
-
None
-
None
Description
I am trying to use the file-upload component and I have followed the instructions, including adding the sevlet-api as a dependency in my project. The code runs fine in tomcat but jetty complains because it can't find ServletFileUpload: java.lang.NoClassDefFoundError: org/apache/commons/fileupload/servlet/ServletFileUpload. It appears there is some classpath conflict. I'm not sure if this is a problem with the component or with jetty but I would be grateful if someone could have a look