Posts by JGlass • 111 points
2 posts
-
0
votes1
answer530
viewsA: External access to Wildfly - Error 111: Connection refused
Note: google translator You can change that <inet-address value ="${jboss.bind.address.unsecure: 0.0.0.0}"/> for that reason <inet-address value ="125.126.127.133"/> Where…
-
0
votes1
answer55
viewsA: Wildfly - My application does not run
It’s because you’re calling doPost() without implementing doPost(). It is the standard implementation of doPost() which throws the error saying that the method is not compatible. See more…