ZipException:使用 jQuery SCPing JSP 到远程 tomcat7 时,LOC 标头无效

发布于 2024-11-24 06:40:26 字数 396 浏览 1 评论 0原文

我正在制作一个简单的小型 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文