I am using Maximo Anywhere 7.5 on Websphere 8.5.
When i am trying to upload image i got this error:
servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E: An exception was thrown by one of the service methods of the servlet [AnywhereProxyServlet] in application [AnywhereWorkManager_1-2_4_war]. Exception created : [java.lang.UnsupportedOperationException: SRVE8020E: Servlet does not accept multipart requests
I Googled the error code and this came up:
SRVE8020E: Servlet does not accept multipart requests
Explanation: The servlet does not accept multipart requests.
Action: Add a @MultipartConfig annotation to this servlet or add a multipart-config element to this servlet in the web.xml.
to solve this issue i have to install fix 8.5.5.0 for WebSphere