0

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.

4

1 回答 1

1

您使用的是哪个 JVM?我知道 Ubuntu 中的默认设置是 OpenJDK JRE,Red Hat 是否使用 Sun JVM?

于 2011-03-11T20:22:32.920 回答