0

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

Yagnesh Agola
  • 4,556
  • 6
  • 37
  • 50

1 Answers1

1

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.

shelley
  • 7,206
  • 4
  • 36
  • 63
  • that's right but i want to access application that is deployed on cluster, how can i open that application in browser?? – Yagnesh Agola Dec 09 '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://://. – shelley Dec 09 '11 at 14:52
  • Thanks i have checked it individual it is running. How can point the whole cluster with one common address?? – Yagnesh Agola Dec 12 '11 at 04: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