Re: Problem in looking up EJB deployed on Weblogic Cluster
Amit Jindal <[email protected]> Mon, 3 Apr 2006 00:19:37 -0600
| Newsgroups | gmane.comp.java.sun.ejb.general |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
On Sun, 2 Apr 2006 21:43:28 -0600, Anil Kedia <[email protected]> wrote: >If managed servers are listening on same port, then you can use the managed >server port number in JNDI lookup. For e.g. you can specify the >PROVIDER_URL as "t3://host1,host2:7001" >or "t3://DNS_cluster_host_name:7001". If managed servers are using >different ports, you can use "t3://host1:7001,host2:7002". > >Hope this helps. > > ========================================================================== >To unsubscribe, send email to [email protected] and include in the body >of the message "signoff EJB-INTEREST". For general help, send email to >[email protected] and include in the body of the message "help". Hi Anil, Thanks for your help. It works. I have two managed servers running on different port and now I use "t3://host1:7001,host2:7002" to lookup EJBs. It is working. But what if I have to add one more managed server to the cluster. In that case I have to change the web layer. But isn't there a way so that we add one more managed server without changing web layer. Thanks in advance -Amit Jindal =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [email protected] and include in the body of the message "help".