[Solved] Tomcat Start Error: java.util.zip.ZipException: error in opening zip file

When the project runs and deploys tomcat, it reports java.util.zip.zipexception: error in opening zip file. In fact, Tomcat describes the location of the error file. After opening, it is found that there is another project under Tomcat’s webapps. Some jars in lib under the class file in the project are found to be damaged. Just delete them.

Similar Posts: