Databases Reference
In-Depth Information
ecuted. To configure the default username and password, you
need to set ICommand_Default_User_Name and ICom-
mand_Default_Password properties in BAMICom-
mandConfig.xml . Note that the password here is in clear
text, and will be encrypted and replaced during the first time
you start ICommand.
An example of the configuration looks as follows:
<ADCServerName>localhost</ADCServerName>
<ADCServerPort>9001</ADCServerPort>
<ICommand_Default_User_Name>user</ICommand_Default_User_Name>
<ICommand_Default_Password>passwd</ICommand_Default_Password>
Setting up environment variables
Before running ICommand, you need to set the JAVA_HOME environment vari-
able as follows :
On Windows OS:
set JAVA_HOME=<JDK DIR>
On UNIX/Linux OS:
export JAVA_HOME=<JDK DIR>
Search WWH ::




Custom Search