The location of this properties file is defined by the value of the property fuego.workspace.imageBundleFile in the WorkSpace configuration file.
The location for the images that correspond to the default icon set is defined in the properties file ImagesBundleSet1.properties located under <ORABPM_HOME>/webapps/workspace/WEB-INF/classes. This file contains a set of key/value pairs, where the key is a String that identifies a certain icon and the value is the filepath to the image for that icon. The application uses the key to find the path to the image file used for each of its icons.
The images files that make up the default set of icons are stored in the directory <ORABPM_HOME>/webapps/workspace/img. When replacing default icons you can choose to store the new icons in the same directory where default icons are stored, or you can create a new directory for that purpose. You should place the directory for storing icon images under <ORABPM_HOME>/webapps/workspace/img. The filepaths defined in the icon configuration properties file are relative to this directory.