java - JRE listening on wrong IP address -
i have servers 2 network adapters (one used general traffic , other used backup traffic). running latest jre support remote deployment application. when connect servers via deployment application, error can't deploy ip of backup network adapter, expected. removed adapter, , reinstalled java, re-added adapter , seemed work until rebooted machine, , jre seemed "bind" backup adapter again.
not knowing java, how jre chose ip use default (and how change that?)
thanks everyone... had add argument startup of jre per spring framework documentation:
-djava.rmi.server.hostname=x.x.x.x
Comments
Post a Comment