Configuring EAServer entities

(CR #408976) If you run configure.sh on the command line to reconfigure the entity properties of an EAServer module, configuration fails if you specify either the full path to the user-configuration script or the .xml extension. For example, these commands fail:

configure.sh $DJC_HOME/config/module-user
configure.sh module-user.xml

where module-user.xml is the user-configuration script for the EAServer module.

Workaround: Run:

configure.sh module-user

where module-user is the name of the user-configuration script without the .xml extension.