WAR 在 Red Hat 上的 Jetty 中运行,但不在 Ubuntu 上运行
我有一个 WAR 文件,可以使用 jetty-maven-plugin 正常运行,但它无法使用相同版本(版本 8)的独立 jetty 运行。它只是返回“SERVICE_UNAVAILABLE”错误。一时兴起,知道 WAR 最初运行在 Jetty 6.1.26 上,我尝试使用它。这似乎清除了日志,但当我在浏览器中点击该网址时,我收到一个空白页面。关于问题可能是什么的任何想法吗?
奇怪的是,战争在 Red Hat 服务器上的 Jetty 6.1.26 实例上成功运行,但在 Ubuntu 上的同一版本 Jetty 上却失败了...
更新:这似乎是一个与系统相关的问题。我在另一个 Ubuntu 安装上尝试了这个,效果很好。
I have a WAR file that runs fine using the jetty-maven-plugin, but it won't run using the same version (version 8) of stand-alone jetty. It just returns a "SERVICE_UNAVAILABLE" error. On a whim, knowing that the WAR originally ran on Jetty 6.1.26, I tried using it. That seemed to clear up the logs, but I receive a blank page when I hit the url in my browser. Any ideas as to what the issue might be?
Oddly, the war runs successfully on an instance on Jetty 6.1.26 on a Red Hat server, but not on the same version of Jetty on Ubuntu...
UPDATE: This appears to have been a system-dependent issue. I tried this on another Ubuntu installation and it works fine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用哪个 JVM?我知道Ubuntu中默认是OpenJDK JRE,Red Hat使用的是Sun JVM吗?
Which JVM are you using? I know that the default in Ubuntu is the OpenJDK JRE, is Red Hat using the Sun JVM?