Weblogic clustering

manjunath <[email protected]> Wed, 6 Oct 2004 16:46:30 +0530
Newsgroups gmane.comp.java.sun.ejb.general
Message-ID <013401c4ab95$ef078220$9f02050a@manjunath>
Hi,

I have a question regarding weblogic clustering.
Below is the details of my cluster environment.

1)I have an admin server on machine A and listening on some port.No
applications are deployed on this  server and this server is not part of
cluster.
2)I have a managed server on machine B and listening on port 1001 and my
entire application os deployed on this server and this server is part of the
cluster.
3)I have another managed server on machine C and listening on port 1001 and
again my entire application is deployed on this server also and this is also
part of the cluster.

Now when I have to access my application which url should I use(whether the
admin server url or the managed server's url).How does the routing take
place in this scenario.My load balancing algorithm is round robin.
When I try to access my application through admin server's
url(http://adminserver:port) it doesnt work.

In a clustered environment how should I access my application.

Please help on this.

Thanks
Manjunath

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