wildfly

Error 404 while deploying a java web app on WildFly

徘徊边缘 提交于 2020-12-07 05:01:46
问题 I was following a tutorial on https://www.youtube.com/watch?v=dmMdLW92hBA. Everything was going fine until the last part where the index.xhtml was introduced in the project. I get a 404 error in the browser and in the wildfly console log I get the following error: 18:24:52,128 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 64) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./RestExample: org.jboss.msc.service.StartException in service

Connect Java Mission Control to Wildfly 16

╄→尐↘猪︶ㄣ 提交于 2020-12-04 03:58:53
问题 I try to connect Java Mission Control (JMC) with Wildfly 16. Application server lays on Docker. I successfully connected to wildfly via jconsole, to manage it I followed steps described here. Unfortunately, I have no luck to connect via JMC. The URL which I use looks like this: service:jmx:remoting-jmx://192.168.99.100:9990 I tried to set Xbootclasspath to jboss-cli-client.jar as it was described here, but I just get Unable to connect error. I set the same jars, which are used for jconsole,

Connect Java Mission Control to Wildfly 16

生来就可爱ヽ(ⅴ<●) 提交于 2020-12-04 03:58:34
问题 I try to connect Java Mission Control (JMC) with Wildfly 16. Application server lays on Docker. I successfully connected to wildfly via jconsole, to manage it I followed steps described here. Unfortunately, I have no luck to connect via JMC. The URL which I use looks like this: service:jmx:remoting-jmx://192.168.99.100:9990 I tried to set Xbootclasspath to jboss-cli-client.jar as it was described here, but I just get Unable to connect error. I set the same jars, which are used for jconsole,

Connect Java Mission Control to Wildfly 16

时光总嘲笑我的痴心妄想 提交于 2020-12-04 03:57:35
问题 I try to connect Java Mission Control (JMC) with Wildfly 16. Application server lays on Docker. I successfully connected to wildfly via jconsole, to manage it I followed steps described here. Unfortunately, I have no luck to connect via JMC. The URL which I use looks like this: service:jmx:remoting-jmx://192.168.99.100:9990 I tried to set Xbootclasspath to jboss-cli-client.jar as it was described here, but I just get Unable to connect error. I set the same jars, which are used for jconsole,