Pages

Monday, November 8, 2010

Installing Dynacache monitor and enabling servlet caching on websphere application server

Installing DynaCache Monitor and enabling servlet chaching on WCToolkit

Cachemonitor is an EAR application provided by IBM for managing the dynacache of the websphere application server.

Follow the link below which guides how to install cache monitor on Websphere Application Server. The cachemonitor.ear must be part of the installableApps of the websphere application server.

http://publib.boulder.ibm.com/infocenter/wchelp/v6r0m0/index.jsp?topic=/com.ibm.commerce.admin.doc/tutorial/tdcperf1b.htm

How to enable servlet caching

Once cachemonitor is installed, open the ibm websphere application server console.
The URL is generally http://localhost:9060/ibm/console

Click the servers => application servers option
Select the server (generally server1)
Expand the container settings section and then select web container
Now select the checkbox named “Enable Servlet Caching” to enable servlet caching.

1 comment:

  1. hi even after enabling servlet caching. i am not seeing the servlet entries cached... is there any other place that i need to check...

    ReplyDelete