gpt4 book ai didi

java - sbt 服务器不可用

转载 作者:行者123 更新时间:2023-12-02 09:43:10 25 4
gpt4 key购买 nike

我正在尝试让 play-samples-play-java-hello-world-tutorial 正常工作,但它不起作用。

我已经从https://www.playframework.com/getting-started下载了java Hello world在自述文件中描述了我应该运行 sbt.bat。它下载了几个 Maven 依赖项并启动了服务器,但我无法访问它。

现在运行 sbt.bat :

C:\play\play-samples-play-java-hello-world-tutorial>.\sbt-dist\bin\sbt.bat
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[info] Loading settings for project play-samples-play-java-hello-world-tutorial-build from plugins.sbt ...
[info] Loading project definition from C:\play\play-samples-play-java-hello-world-tutorial\project
[info] Loading settings for project root from build.sbt ...
[info] Set current project to play-java-hello-world-web (in build file:/C:/play/play-samples-play-java-hello-world-tutorial/)
[info] sbt server started at local:sbt-server-134f36618ffbf47c6676
[play-java-hello-world-web] $

自述文件告诉我:3. 显示服务器已启动,... 消息后,在浏览器中输入以下 URL:http://localhost:9000

但它不提供网页。我已经禁用了防火墙并尝试在端口 9000 上运行另一个网络服务器,这有效。

可能出了什么问题?

最佳答案

sbt 服务器与 play 框架服务器不同。您只启动了 sbt 控制台。您需要使用命令run启动真实服务器。然后它将在端口 9000 上可用。

关于java - sbt 服务器不可用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56890197/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com