I have create a cluster in websphere and deployed a defaultapplication coming with ibm package to cluster.
Now,i want to test this application to check weather it installed correctly on each member of the cluster or not.
How can i check that on which port it is running i have tried with default port but i fail not get that.
i have installed websphere in machine that have Windows OS.

Thanks in advanced.

Edited:-
i want to ope application that deployed in the cluster, how can i open it??
any idea about this..??

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Check the WC_defaulthost port for each of the cluster members. You can find these ports in the WebSphere Integrated Solutions Console in WAS 6.1 at Servers > Application Servers > [serverName] > Communications > Ports.

link|improve this answer
that's right but i want to access application that is deployed on cluster, how can i open that application in browser?? – Yagnesh Dec 9 '11 at 10:27
In a clustered environment, the application is deployed on each individual application server, so you should be able to navigate to each individual cluster member to view the app instance running on that server: http://<hostname>:<WC_defaulthost>/<contextroot>/<appresource>. – shelley Dec 9 '11 at 14:52
Thanks i have checked it individual it is running. How can point the whole cluster with one common address?? – Yagnesh Dec 12 '11 at 4:44
You will need to add an additional process, such as an HTTP server, ODR, etc. to sit in front of the cluster and route requests accordingly to the cluster members. – shelley Dec 12 '11 at 15:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.