Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 gwt 应用程序正在抛出:
HTTP ERROR: 503 SERVICE_UNAVAILABLE RequestURI=/App.html
访问时。如何调试有关 this 的更多详细信息Error 503,我知道配置肯定存在一些问题,但是在运行时我在哪里可以找到错误日志,$mvn gwt:run它会触发嵌入式码头。
Error 503
$mvn gwt:run
这是我所做的:
$mvn verify -DskipTests=true $mvn clean package $mvn gwt:run
然后它现在可以获取 gwt html 文件。