Manually Configuring TIBCO MDM

If you have not specified configuration information during TIBCO MDM installation, Configurator does not start. You need to perform manual configuration to start Configurator. However, TIBCO recommends you to specify configuration information during TIBCO MDM installation.

Procedure

  1. Specify Connector Port
    1. Navigate to $MQ_HOME/configurator/tomcat/conf directory and open the server.xml file.
    2. Replace the value of Connector port attribute to 6080. For example,
      <Connector port="${mdm.server.http.port}" >

      Change to

      <Connector port="6080" >
    3. Save the server.xml file.
  2. Set JRE_HOME
    1. Navigate to $MQ_HOME/configurator/tomcat/bin and open the setenv.bat file.
    2. Specify the value for JRE_HOME parameter.
    3. Save the setenv.bat file.
  3. Start Configurator
    1. Navigate to $MQ_HOME/configurator/tomcat/bin folder and run the setenv.bat file
    2. Navigate to $MQ_HOME/configurator/tomcat/bin and run the startup.bat file.
      The Configurator starts. You can verify the logs related to Configurator in the $MQ_HOME/configurator/tomcat/logs folder. For detailed information on the Configurator, see the "Configurator" chapter in TIBCO MDM System Administration.