Re: Problem in looking up EJB deployed on Weblogic Cluster

2006-04-04 Thread Amit Jindal
Hi Anil,

Thank you very much. It is working now.
I have just one last question. I have read that I have to give the
following entries in weblogic-ejb-jar.xml.

stateless-session-descriptor
  stateless-clustering
home-is-clusterabletrue/home-is-clusterable
stateless-bean-is-clusterabletrue/stateless-bean-is-clusterable
  /stateless-clustering
/stateless-session-descriptor

Are these entries necessary? I have not given these entries in my weblogic-
ejb-jar.xml, still it is working.
Can you tell me something about it.
Thanks in advance
-Amit Jindal

On Mon, 3 Apr 2006 08:38:35 -0700, Anil Kedia [EMAIL PROTECTED] wrote:

Typically you will have cluster address defined which can be a DNS host
name that maps to multiple host names/IP addresses or comma separated
list of single address host names. In this case, managed server will be
listening on the same port (different hosts). With this configuration,
you can just add one more managed server/host name to the cluster
address and you don't have to change the web layer. For more
information, you can check
http://e-docs.bea.com/wls/docs90/jndi/jndi.html#467605.

Anil
-Original Message-
From: A mailing list for Enterprise JavaBeans development
[mailto:[EMAIL PROTECTED] On Behalf Of Amit Jindal
Sent: Monday, April 03, 2006 2:20 AM
To: EJB-INTEREST@JAVA.SUN.COM
Subject: Re: Problem in looking up EJB deployed on Weblogic Cluster

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.
___
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

===
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.

===
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.


Re: Problem in looking up EJB deployed on Weblogic Cluster

2006-04-03 Thread Amit Jindal
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.


Re: Problem in looking up EJB deployed on Weblogic Cluster

2006-04-03 Thread Anil Kedia
Typically you will have cluster address defined which can be a DNS host
name that maps to multiple host names/IP addresses or comma separated
list of single address host names. In this case, managed server will be
listening on the same port (different hosts). With this configuration,
you can just add one more managed server/host name to the cluster
address and you don't have to change the web layer. For more
information, you can check
http://e-docs.bea.com/wls/docs90/jndi/jndi.html#467605.

Anil
-Original Message-
From: A mailing list for Enterprise JavaBeans development
[mailto:[EMAIL PROTECTED] On Behalf Of Amit Jindal
Sent: Monday, April 03, 2006 2:20 AM
To: EJB-INTEREST@JAVA.SUN.COM
Subject: Re: Problem in looking up EJB deployed on Weblogic Cluster

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.
___
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

===
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.


Re: Problem in looking up EJB deployed on Weblogic Cluster

2006-04-02 Thread Anil Kedia
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.


Problem in looking up EJB deployed on Weblogic Cluster

2006-03-31 Thread Amit Jindal
Hi,

I am deploying EJBs on Weblogic cluster and the web application is deployed
on tomcat. I have two managed servers forming a cluster. Can you tell me
what port no I provide when looking up EJB?

Thanks in advance.
-amit

===
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.