Starten Sie den Jboss-Server mit -b 0.0.0.0
./standalone.sh -b.0.0.0.0 //this binds server to all network interfaces
Ich habe eine Java-Anwendung, die auf JBoss EAP 6 ausgeführt wird und von der mobilen App auf Chrome mit folgenden URLs aufgerufen werden kann: 127.0.0.1:8280/myAwesomeJavaApp/coolService
... Wenn ich also die App packe, verwende ich URLs wie diese
192.168.1.64:8280/myAwesomeJavaApp/coolService //this is not working 192.168.1.64 // this gets me to my localhost
(verbunden mit WiFi (Testzwecke))
Ich kann auf alle anderen Apache-Web-Apps in meinem localhost zugreifen, kann jedoch keine JBoss EAP 6-Dienste in Anspruch nehmen.
Was vermisse ich ?
Starten Sie den Jboss-Server mit -b 0.0.0.0
./standalone.sh -b.0.0.0.0 //this binds server to all network interfaces