Hi Sofia,
Based in your comment ""In a clustered environment, you need to configure each application server to have its own cache monitor." How do I do that? "
I think that you need to deploy cache monitor in the cluster, but then you need to go to each server to configure cache monitor, that is each server has its own configuration
If you don't have deployed cachemonitor in cluster.
In Admin console Go to -> Applications -> CacheMonitor-> mapmodules-> and select your cluster and apply (save configuration and synch nodes).
To see your transport ports in each servers of the cluster
In Admin console go to -> Application Servers -> SERVER -> Ports -> look's for WC_Defaulthost or WC_defaulthost_secure
If not secure port (f.e 9080):
SERVER = Your node1/server1 or node2/server1 hostname
http://SERVER:WC_Defaulthost/cachemonitor If secure port (f.e 9443):
SERVER = Your node1/server1 or node2/server1 hostname
https://SERVER:WC_defaulthost_secure/cachemonitor In this way you are accessing directly to the application servers bypassing the webserver.
I found the following redbook may interest you:
Mastering DynaCache in WebSphere Commerce
www.redbooks.ibm.com/abstracts/sg247393.... Tell us if you need more support or if you don't understand some step.
regards