The error of uploading picture newspaper 405 across servers is because Tomcat is read-only by default. We turn off read-only and allow adding files instead.
Solution: Find the web.xml file in the tomcat installation directory, open it and add the following code in the servlet:
<!– Allow Tomcat server to add files — >
< init-param> |
Similar Posts:
- [Solved] Spring Error: Artifact spring:war exploded: Error during artifact deployment. See server log for details
- [Solved] com.sun.jersey.api.container.ContainerException: The ResourceConfig instance does not contain any root resource classes
- [Solved] IDEA javaweb web.xml File Error: Invalid content was found starting with element
- Tomcat set x-frame-option
- Spring MVC: How to Solve Chinese garbled code Issue
- [Solved] Warning: Servlet threw load() exception java.lang.ClassNotFoundException: org.glassfish.jersey.servlet…
- How to Solve log4net multi process access log file Error
- Python reads the configuration file Error: configparser.nosectionerror: no section: ‘MySQL’
- How to connect windows remote desktop with xrdp
- Struts 2.0 Error: The Struts dispatcher cannot be found (Error 500 Internal Server Error)