internet explorer - jboss binding address -
i using mac , test java application on latest ie version, need remote login 1 of our windows server.
so starting jboss locally binding address machine name like..
run.sh -b mymachine-00621323
after login remote server , ping machine name, getting proper reply.
ping mymachine-00621323.corp.company.com pinging mymachine-00621323.corp.company.com [10.138.1.116] 32 bytes of data: reply 10.138.2.116: bytes=32 time=34ms ttl=61 reply 10.138.2.116: bytes=32 time=2ms ttl=61 reply 10.138.2.116: bytes=32 time=2ms ttl=61 reply 10.138.2.116: bytes=32 time=104ms ttl=61 ping statistics 10.238.6.116: packets: sent = 4, received = 4, lost = 0 (0% loss), approximate round trip times in milli-seconds: minimum = 2ms, maximum = 104ms, average = 35ms
however, if hit below url ie same remote desktop server, not display page.
http://mymachine-00621323.corp.company.com:8080/abc/login.xhtml
in ie under tools--internet options--securitytab, tried adding list of trusted sites , ensured security level @ medium. dint either.
please suggest.
possible causes/solutions:
try bind addresses (
run.sh -b 0.0.0.0
) , see if can connect then. computer hostname mapped different address locally, might end binding jboss on localhost. (for example if have hostname pointed 127.0.0.1 in hosts file)try different browser on remote computer and/or check proxy settings in browser using. ie use group-policy defined proxies might not know how access internal addresses.
if none of above work, firewall issue on local mac or remote windows computer. ping not mean access work, since individual ports/services enabled/blocked. if can't connect jboss port on lowest level (by using
telnet
example), might firewall issue.
Comments
Post a Comment