简体   繁体   English

HTTP错误503服务在Jetty服务器中不可用

[英]HTTP ERROR 503 Service unavailable in Jetty server

Everytime I try to run a simple jetty server on netbeans i am facing this error, please note previously it was working fine, now all of a sudden it is giving me this error, has there been any updates? 每当我尝试在netbeans上运行一个简单的jetty服务器时,我都会遇到此错误,请注意,以前它运行正常,现在突然给我这个错误,是否有任何更新? Am i missing something. 我错过了什么吗? please note this is web.xml code 请注意,这是web.xml代码

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="contextPath">/Fc_jetty</Set>
</Configure>

经过大量的尝试和解决,由我自己解决,最终将原因是将码头服务器降级到9.2版时,与码头服务器的netbeans插件兼容问题不再存在,如果有人遇到类似问题,请尝试此操作被解决

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Jetty:HTTP错误:503 /服务不可用 - Jetty: HTTP ERROR: 503/ Service Unavailable 码头显示http错误消息503 SERVICE_UNAVAILABLE - Jetty shows http error message 503 SERVICE_UNAVAILABLE HTTP错误:503原因:由码头提供的服务不可用 - HTTP ERROR: 503 Reason: Service Unavailable powered by jetty Java 使用 Jetty 的服务器:非常简单的示例不起作用,显示 HTTP ERROR 503 Service Unavailable - Java Server using Jetty: Very simple example does not work, displays HTTP ERROR 503 Service Unavailable 使用Jetty,HTTP错误运行多模块Maven Web应用程序:503 SERVICE_UNAVAILABLE - Running a multi-module Maven web app with Jetty, HTTP ERROR: 503 SERVICE_UNAVAILABLE HTTP 503服务不可用错误的原因 - Reasons for a HTTP 503 Service unavailable Error Apache 图集:HTTP ERROR 503 服务不可用 - Apache Atlas: HTTP ERROR 503 Service Unavailable 安全的WebSocket / Jetty服务器(未嵌入式)/ HTTPS:服务不可用(503) - Secure WebSocket/Jetty server (not embedded)/HTTPS: Service unavailable (503) HTTP 错误:503 服务不可用 IntelliJ IDEA GWT - HTTP ERROR: 503 Service Unavailable IntelliJ IDEA GWT 使用GWT的HTTP错误503(SERVICE_UNAVAILABLE) - HTTP Error 503 (SERVICE_UNAVAILABLE) using GWT
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM