gpt4 book ai didi

java - 单独的 rmiregistry 和服务器应用程序

转载 作者:行者123 更新时间:2023-12-02 00:53:15 28 4
gpt4 key购买 nike

我正在开发一个在服务器上启动 rmiregistry 的基本应用程序:

try {
// create the registry and bind the name and object.
registry = LocateRegistry.createRegistry(thisPort);
registry.rebind("rmiServer", this);
}
catch (RemoteException e) {
throw e;
}

我想在另一台机器上运行注册表。这个可以分开吗?

最佳答案

I want to run the registry on another machine. Is it possible to separate this?

这是可能的。如果注册表在不同的计算机上运行,​​您可以使用 LocateRegistry.getRegistry(host, port) 找到它

关于java - 单独的 rmiregistry 和服务器应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2086687/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com