jakaruta.doc_002
最終投稿日:2026年07月12日
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="https://jakarta.ee/xml/ns/jakartaee">
<h:head>
<title>Hello World</title>
</h:head>
<h:body>
<h1>おはよう世界!</h1>
</h:body>
</html>
~ 省略 ~
15:41:01,465 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
15:41:01,465 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
15:41:01,468 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 28.0.1.Final (WildFly Core 20.0.2.Final) started in 55017ms - Started 491 of 711 services (325 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml
wildflyは管理画面はポート《9990》、一般の画面は《8080》となります。
あと忘れがちなのが、URLにプロジェクト名(sample-pj)を忘れる事ですね。