Re: Problem in looking up EJB deployed on Weblogic Cluster

Anil Kedia <[email protected]> Sun, 2 Apr 2006 21:43:28 -0600
Newsgroups gmane.comp.java.sun.ejb.general
Message-ID <LISTSERV%[email protected]>
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".