This example illustrates how to configure a tool named myClientTool.cmd where com.smarts.webconsole.sitemod=Z:/toolsdir. The two parameters would be set as follows:

com.smarts.clientToolsInApplet=true

com.smarts.webconsole.sitemod=Z:/toolsdir

The client tool must be placed in the /actions/client folder under Z:/toolsdir, for example:

Z:/toolsdir/actions/client/myClientTool.cmd

The parameter, com.smarts.webconsole.sitemod does not directly specify where the tool file is stored. Instead, it specifies where the /actions/client directory containing the tool file is stored.

If com.smarts.webconsole.sitemod is not specified, the /client/actions folder with the tool must be placed under the web browser’s default directory. (For Internet Explorer, this may be Documents and Settings\Desktop. For Firefox, it is the Firefox installation base directory.)