你的IP: 3.214.216.26
大陆:
国家:
国家代码:
地区:
地区名称:
城市:
纬度:
经度:
时区:
货币:
互联网服务供应商信息:
浏览器名称: 未知
操作系统: 未知操作系统平台
国旗:
Java 无法打开 localhost:4848。这通常是因为您的防火墙阻止了对服务器的访问。尝试升级防火墙或更改 java 的端口号。
Are you looking for a way to check the availability of a service you’re using on your computer? You could try opening the web browser and entering localhost:4848 into the address bar, but what if you don’t want to install your own web server? If you’re running Oracle’s Java software, there are ways to serve requests using a proxy server. A proxied server allows you to connect to the web server behind a virtual private network, or VPN – which in this case is safely installed on your computer.
localhost:4848 没有响应。不能 连接到 localhost:4848 – 连接被拒绝.可能是由于在您的 Web 服务器配置中发现的代理或类似问题。尝试更改您的设置并定期检查错误。
我从 Java 初学者那里收到很多关于在他们的服务器中设置 localhost:4848 的问题。它通常紧随其后,“我为什么要这样做?”或“什么是最简单的方法?”我知道只打开一个端口似乎很明显,但在你这样做之前,看看下面的两个主题:
localhost:4848 是所谓的虚拟专用服务器,它将所有请求重定向到 localhost:8080。但是,如果您在已经位于 localhost:8080 的情况下尝试通过浏览器访问 localhost:4848,您将获得如下页面: