mashiguang

          小馬快跑

            BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
            20 隨筆 :: 0 文章 :: 60 評論 :: 0 Trackbacks


          調用ejb時,如果客戶端和ejb不在同一個jvm,就要設置InitialContext,不同的應用服務器InitialContext寫法也不同.
          Context.INITIAL_CONTEXT_FACTORY:指定到目錄服務的連接工廠
          Context.PROVIDER_URL:目錄服務提供者URL

          //jboss:
          Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"
          Context.URL_PKG_PREFIXES, "org.jboss.naming"
          Context.PROVIDER_URL, "localhost:1099"

          //weblogic:
          Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory"
          Context.PROVIDER_URL, "t3://localhost:7001"

          //apusic(金蝶):
          Context.INITIAL_CONTEXT_FACTORY, "com.apusic.jndi.InitialContextFactory"
          Context.PROVIDER_URL, "rmi://localhost:6888"

          //WebSphere:
          Context.INITIAL_CONTEXT_FACTORY, "com.ibm.websphere.naming.WsnInitialContextFactory"
          Context.PROVIDER_URL, "iiop://localhost:900"


          //J2EE  SDK(J2EE  RI):
          Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.cosnaming.CNCtxFactory"
          Context.PROVIDER_URL, "iiop://127.0.0.1:1050"

          //SilverStream:
          Context.INITIAL_CONTEXT_FACTORY, "com.sssw.rt.jndi.AgInitCtxFactory"
          Context.PROVIDER_URL, "sssw://localhost:80"

          //OC4J:
          Context.INITIAL_CONTEXT_FACTORY, "com.evermind.server.rmi.RMIInitialContextFactory"
          Context.PROVIDER_URL, "ormi://127.0.0.1/"

          //WAS5:
          Context.INITIAL_CONTEXT_FACTORY, "com.ibm.websphere.naming.WsnInitialContextFactory"
          Context.PROVIDER_URL, "iiop://localhost:2809"

           

          常用JNDI服務提供者連接工廠:
          Filesystem:  Com.sun.jndi.fscontext.FSContextFactory或者com.sun.jndi.fscontext.RefFSContextFactory
          LDAPv3:    Com.sun.jndi.ldap.LdapCtxFactory
          NDS:     com.novell.naming.service.nds.NdsInitialContextFactory
          NIS:     com.sun.jndi.nis.NISCtxFactory
          RMI registry: com.sun.jndi.rmi.registry.RegistryContextFactory
          IBM LDAP服務提供者:   com.ibm.jndi.LDAPCtxFactory
          BEA 名字服務提供者:   weblogic.jndi.WLInitialContextFactory
          JBOSS名字服務提供者:  org.jnp.interfaces.NamingContextFactory

          posted on 2008-07-14 16:35 mashiguang 閱讀(14802) 評論(2)  編輯  收藏 所屬分類: java web開發

          評論

          # 補充Borland Enterprise Server JNDI用法[未登錄] 2008-12-20 23:08 James
          Properties props=new Properties();
          props.put(Context.PROVIDER_URL,"corbaloc::173.6.7.143:14500/NameService");
          props.put("java.naming.factory.initial","com.inprise.j2ee.jndi.CtxFactory");
          Context context = new InitialContext(props);
          // Context context = new InitialContext();

          Object ref = context.lookup("com/borland/examples/j2ee/hello/Hello");
          HelloWorldHome home = (HelloWorldHome) javax.rmi.PortableRemoteObject.narrow(ref, HelloWorldHome.class);
          hello = home.create();
            回復  更多評論
            

          # re: jndi調用時,各種應用服務器InitialContext的寫法 2010-07-12 17:01 淘寶網女裝皇冠店
          jndi調用時,各種應用服務器InitialContext的寫法   回復  更多評論
            

          主站蜘蛛池模板: 宜宾市| 集安市| 黔西县| 重庆市| 类乌齐县| 灵川县| 游戏| 晋中市| 象山县| 肇东市| 东平县| 齐河县| 莱芜市| 东丰县| 花莲县| 云龙县| 尉氏县| 白城市| 金昌市| 汝阳县| 灵武市| 金乡县| 泗阳县| 安顺市| 高邮市| 湖南省| 抚松县| 诸城市| 旬阳县| 桓仁| 黑河市| 新密市| 吉隆县| 宜兰市| 东台市| 东山县| 龙泉市| 绍兴县| 交城县| 牙克石市| 萝北县|