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
Specify Connector Port
Navigate to
$MQ_HOME/configurator/tomcat/conf directory and open the
server.xml file.
Replace the value of Connector port attribute to
6080. For example,
<Connector port="${mdm.server.http.port}" >
Change to
<Connector port="6080" >
Save the
server.xml file.
Set
JRE_HOME
Navigate to
$MQ_HOME/configurator/tomcat/bin and open the
setenv.bat file.
Specify the value for
JRE_HOME parameter.
Save the
setenv.bat file.
Start Configurator
Navigate to
$MQ_HOME/configurator/tomcat/bin folder and run the
setenv.bat file
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.