Except for Step 4, do these tasks on the server.
Change the Regional, State(s), and WFO scale parameters to point to the .xml bundles created previously in the /cave/etc/bundles directory. Set the value to the name, leaving off the .xml extension. For example, for the Regional scale, change
<command
commandId="com.raytheon.viz.ui.glMap.setScale"
id="Regional"
label="Regional">
<parameter
name="scale"
value="Regional">
</parameter>
</command>
to
<command
commandId="com.raytheon.viz.ui.glMap.setScale"
id="Regional"
label="Regional">
<parameter
name="scale"
value="XXX-regional">
</parameter>
</command>
For the State and WFO scales, the corresponding parameter values are XXX-state and XXX-wfo, respectively. The XXX here will match that used in Step 2, above.