Previous Topic: Check Library Path for CA Licensing

Next Topic: Stop CA XCOM Gateway

Start CA XCOM Gateway

To start CA XCOM Gateway, you need to ensure that all of the following are running:

To start CA XCOM Gateway on Windows

  1. To start the CA XCOM Data Transport server, enter the following command:
    net start xcomdsrv
    
  2. To start EEM, enter the following command:
    net start iGateway
    
  3. To start JBoss 4.0.5, enter the following command:
    %JBOSS_HOME%\bin\run.bat
    
  4. To start the FTP server, enter the following command:
    net start xcomgftp
    

Note: xcomd,  igateway, and xcomgftp are installed as services. They can be started from the services window.

To start CA XCOM Gateway on Linux

  1. To start the CA XCOM Data Transport server, enter the following command:
    $XCOM_HOME/sbin/xcomd
    
  2. To start EEM, enter the following command:
    $IGW_LOC/S99igateway start
    
  3. To start JBoss 4.0.5, enter the following command:
    $JBOSS_HOME/bin/sh run.sh &
    
  4. To start the FTP server, enter the following command:
    $XCOM_HOME/XCOMGW/FTP/bin/sh ftpd.sh /res/conf/ftpd-gateway.xml &