获取服务器名称
大家好 我正在使用Weblogic11,EJB3.0
我在集群中工作。 我想在 Java 代码中检索当前服务器名称(实例/id)。因为我想在一台服务器上执行一些操作,并在另一台服务器上执行不同的操作,
谢谢,
雷。
Hi all
I am using Weblogic11, EJB3.0
I am working in Cluster.
I would like to retrieve inside the Java code the current server Name(instance/id). since I want to do some operation on one server one and a different operation on another
thanks,
ray.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果查看命令行参数,您将看到 -Dweblogic.Name=[ServerName]。您可以从 Java 环境参数中获取此信息。您可以通过以下方式访问它:
If you look at the command line parameters you will see -Dweblogic.Name=[ServerName]. You can get this from the Java environment parameters. Here's how you can access it: