在 JBoss 中公开 RMI 服务器?
我需要从客户端前端访问 RMI 方法。 由于不同的原因,我在服务器端运行 JBoss。 这让我想到使用 JBoss 公开 RMI 服务器方法。
我对 JBoss 有点陌生,所以我的问题是:需要哪些步骤才能使 RMI 服务器方法对客户端可见?
I need to access RMI methods from a client front end.
For different reasons, I have JBoss running on the server side. This makes me thinking of using JBoss to expose the RMI server methods.
I'm kinda new to JBoss, so my question would be: What steps are required in order to make the RMI server methods visible to the client?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是如何从 JBoss 公开任何 RMI 的步骤通过 HTTP 的接口
Here is the how to from JBoss Steps to Expose Any RMI Interface via HTTP