ZipException:使用 jQuery SCPing JSP 到远程 tomcat7 时,LOC 标头无效
我正在制作一个简单的小型 JSP 项目,使用一些 jQuery 作为 javascript。当我在使用 jQuery 之前通过 SCP 将项目部署到我的网络服务器时,似乎没有问题。由于我添加了 jQuery,每次我将 .war 文件 SCP 到我的 tomcat7 服务器时,服务器都会崩溃并出现以下异常:“java.util.zip.ZipException:无效的 LOC 标头(错误签名)”重新启动我的tomcat,我可以再次访问网络服务器上的项目。
看来只有当我在 javascript 中编辑某些内容时才会崩溃。如果我改变JSP的东西,就没有问题了。
我尝试注释掉我的 JavaScript 文件,然后服务器就没有崩溃。这非常烦人,因为每次 SCPing 后我都必须重新启动服务器。有人知道为什么当我添加 jQuery 时服务器崩溃吗?
I'm making an easy, little JSP-project using some jQuery for the javascript. When I deployed my project to my webserver via SCP before I used jQuery, there seemed to be no problem. Since I added the jQuery, each time I SCP the .war-file to my tomcat7-server, the server crashes with the following exception: "java.util.zip.ZipException: invalid LOC header (bad signature)" When I shutdown and restart my tomcat, I can access the project on the webserver again.
It seems it's only crashing when I edit something in the javascript. If I change JSP-stuff, there is no problem.
I tried commenting out my JavaScript-files and then the server doesn't crash. This is pretty annoying since I have to restart the server each time after SCPing. Anyone knows WHY the server crashes when I add the jQuery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论