Hi,
I have written one
servlet to upload file using apache commons file upload 1.2.
The application works fine but when i deployed it on unix server i am getting exception no such method org.apache.commons.fileupload.servlet.ServletFileUpload/parseRequest. Parse request is the method name.
I am using web logic server 1.3 on unix platform.
i think this issue is because of jar file conflict. I am new to Web logic server. which all location does web logic search for classes ? I have correct jar file in my web applications/WEB-INF/lib folder.