- 浏览: 2876 次
最近访客 更多访客>>
最新评论
-
michael_xiao85:
原因找到了,主要是因为websphere的hostname和本 ...
websphere jndiUnavailCommErr
文章列表
通常我们会使用jctl和jython语言来对webshpere服务器进行管理。
例如,这有一段websphere有关jvm的配置
<processDefinitions executableTarget="com.ibm.ws.runtime.WsServer" executableTargetKind="JAVA_CLASS" workingDirectory="${USER_INSTALL_ROOT}" xmi:id="JavaProcessDef_1295834151746" xmi:type=&qu ...
大家好:
我近日写一个websphere读取jndi,出现一个很异常,很是头疼。
source code 如下
Properties prop=new Properties();
prop.put(Context.PROVIDER_URL, "iiop://localhost:2809");
WsnInitialContextFactory factory=new WsnInitialContextFactory();
Context context=null;
try {
c ...