tnameserv:控制位置转发
有没有办法控制Java JDK附带的“tnameserv”的位置转发机制中使用的IP?
由于某种原因,IP 的选择似乎是随机的,当您只允许通过原始 IP(而不是转发位置中的 IP)进行通信时,这不起作用。
谢谢您的宝贵时间!
Is there a way to control the IP used in the Location Forward mechanism of the "tnameserv", which is delivered with the Java JDK?
For some reason the choice of IP seems random, which does not work when you only allow communication through the original IP (not the IP in the location forward).
Thank you for your time!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该解决方案包括添加 -ORBServerHost 属性,该属性是工具传递给它使用的 ORB 的属性。
The solution consists of adding the -ORBServerHost property, which is a property the tool passes to the ORB it uses.