Hi,
I need to create the initialcontext to connect to Each Instance of the Weblogic 8.1 Cluster. There are 2 machines in the cluster.
Is this the right way to connect to ONE of them if I know the IP address:
hashMap.put(Context.INITIAL_CONTEXT_FACTORY, JNDI_FACTORY);
hashMap.put(Context.PROVIDER_URL, "t3://15.21.41.11:19015");
InitialContext ic= new InitialContext(hashMap);
thanks
pat
I need to create the initialcontext to connect to Each Instance of the Weblogic 8.1 Cluster. There are 2 machines in the cluster.
Is this the right way to connect to ONE of them if I know the IP address:
hashMap.put(Context.INITIAL_CONTEXT_FACTORY, JNDI_FACTORY);
hashMap.put(Context.PROVIDER_URL, "t3://15.21.41.11:19015");
InitialContext ic= new InitialContext(hashMap);
thanks
pat