[jaxrs-hollow-jar] podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker.io/guntherrotsch/jaxrs-jar jib 07440e12af76 52 years ago 276 MB
docker.io/guntherrotsch/jaxrs-jar jib-debug ad70cdb363dd 52 years ago 505 MB
docker.io/guntherrotsch/jaxrs-server-jar jib 7f1a44fa17ca 52 years ago 277 MB
docker.io/guntherrotsch/jaxrs-app jib 519f539e98d0 52 years ago 277 MB
[jaxrs-hollow-jar] $ podman run --rm -it --publish "0.0.0.0:8080:8080" docker.io/guntherrotsch/jaxrs-app:jib
10:46:08,328 INFO [org.wildfly.jar] (main) WFLYJAR0006: Deployed /deployments/ROOT.war in server
10:46:08,338 INFO [org.wildfly.jar] (main) WFLYJAR0007: Installed server and application in /tmp/wildfly-bootable-server935367089119766930, took 1144ms
10:46:08,621 INFO [org.wildfly.jar] (main) WFLYJAR0008: Server options: [-b=0.0.0.0, --read-only-server-config=standalone.xml]
10:46:08,718 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.13.Final
10:46:08,724 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
10:46:08,865 INFO [org.jboss.as] (MSC service thread 1-3) WFLYSRV0049: WildFly Full 26.0.1.Final (WildFly Core 18.0.4.Final) starting
...
10:46:10,120 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0003: Undertow 2.2.14.Final starting
10:46:10,215 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.
10:46:10,216 WARN [org.wildfly.extension.elytron] (MSC service thread 1-5) WFLYELY00023: KeyStore file '/tmp/wildfly-bootable-server935367089119766930/standalone/configuration/application.keystore' does not exist. Used blank.
10:46:10,222 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) Queuing requests.
10:46:10,223 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0018: Host default-host starting
10:46:10,235 WARN [org.wildfly.extension.elytron] (MSC service thread 1-2) WFLYELY01084: KeyStore /tmp/wildfly-bootable-server935367089119766930/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self-signed certificate for host localhost
10:46:10,283 WARN [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-4) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
10:46:10,319 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "ROOT.war" (runtime-name: "ROOT.war")
10:46:10,328 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow HTTP listener default listening on [0:0:0:0:0:0:0:0]:8080
10:46:11,802 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002225: Deploying javax.ws.rs.core.Application: class net.gunther.wildfly.demo.app.RestApplication
10:46:11,902 INFO [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 23) HV000001: Hibernate Validator 6.0.22.Final
10:46:12,012 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0021: Registered web context: '/' for server 'default-server'
10:46:12,015 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "ROOT.war" (runtime-name : "ROOT.war")
10:46:12,051 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
10:46:12,055 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 26.0.1.Final (WildFly Core 18.0.4.Final) started in 3428ms - Started 160 of 166 services (33 services are lazy, passive or on-demand)
10:46:12,057 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
10:46:12,057 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled