Read the original article at The Crooked Stick
This is a quick blog entry the documents some new functionality (to help pre-sale) that allows the addition of new extended Icon Sets to an already deployed Monitor application. This assumes that you have the latest version of the war file installed (build date 13th November 2009 or later).
Adding New Icon Sets
With the latest release of the Monitor we are able to customise the
Monitor Web Application by adding additional Icon Sets. Once added
these Icons can be used instead of the standard shipped Icons. The
following step show you how to this can be done:
- Create an Icon Set of type .png and with the specific names used in the existing Icon Sets. To check you have this correct look in <glassfish domain>/applications/j2ee-modules/BPELMonitorWebApplication/resources/icons/openesb.
- Create a sub directory of <glassfish domain>/applications/j2ee-modules/BPELMonitorWebApplication/resources/icons to contain your icons (myicons) and copy the icons into it.
- Edit the <glassfish
domain>/applications/j2ee-modules/BPELMonitorWebApplication/iconsets.properties
file and add the following:
myicons=My Icons Display Name (This is what will appear in the drop down)
- Refresh the monitor page and choose your Icon Set.







