다음과 같은 URL을 사용하여 Chrome의 모바일 앱에서 "적중"할 수 있는 JBoss EAP 6에서 실행되는 Java 애플리케이션이 있습니다. 127.0.0.1:8280/myAwesomeJavaApp/coolService
... 그래서 앱을 패키징할 때 다음과 같은 URL을 사용하고 있습니다.
192.168.1.64:8280/myAwesomeJavaApp/coolService //this is not working
192.168.1.64 // this gets me to my localhost
(WiFi에 연결됨(테스트 목적))
내 localhost 에서 다른 모든 Apache 웹 앱에 액세스할 수 있지만 JBoss EAP 6 서비스를 사용할 수는 없습니다.
내가 무엇을 놓치고 있나요?
답변1
-b 0.0.0.0을 사용하여 Jboss 서버를 시작합니다.
./standalone.sh -b.0.0.0.0 //this binds server to all network interfaces