Websphere 8.5.5 中的 Corba NameService 配置
Posted
技术标签:
【中文标题】Websphere 8.5.5 中的 Corba NameService 配置【英文标题】:Corba NameService configuration in Websphere 8.5.5 【发布时间】:2015-03-09 10:03:45 【问题描述】:作为我的应用程序要求的一部分,我必须在 Websphere 8.5.5 中配置一个名为 "ORBInitRef.NameService=corbaloc:iiop:ABCDE012:14888/NameService"
的属性。早些时候我使用 Jboss 进行应用部署,但现在必须使用 WAS。在,我应该在哪里配置这个属性在管理控制台?有没有办法通过 WAS 根文件夹中的 orb.properties 文件来做到这一点。请让我知道接近??
【问题讨论】:
您到底想做什么?请描述一下。 【参考方案1】:请按照以下步骤在管理控制台中的 WAS 8.5.5 中配置 Corba 名称服务。
--> Environment --> Name Space Bindings --> New --> 在此处提供您的 corba 详细信息。
示例:
1) corba 网址:corbaloc:iiop:ABCDE012:14888/NameService
2) 提供查找名称。使用它,您将通过 JNDI 之类的查找获得 RootContext。
代码示例:
InitialContext 上下文 = 新 InitialContext();
org.omg.CosNaming.NamingContext rootContext=(NamingContext)context.lookup("testing");
使用 rootContext,您可以获取服务器存根并执行所需的操作。
【讨论】:
以上是关于Websphere 8.5.5 中的 Corba NameService 配置的主要内容,如果未能解决你的问题,请参考以下文章
Spring 4,Websphere 8.5.5 上的 Hibernate JPA JarInputStreamBasedArchiveDescriptor 错误
无法从实体类 Hibernate 4.2.7 Websphere 8.5.5 oracle 11g 创建表
静默部署 WebSphere Application Server V8.5.5.13 环境