Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 1 Installing TIBCO ActiveMatrix Runtime UDDI Server : Installing the Software

Installing the Software
To install TIBCO ActiveMatrix Runtime UDDI Server, use one of the following modes:
Installing in GUI Mode
To install TIBCO ActiveMatrix Runtime UDDI Server in GUI mode:
1.
2.
3.
Navigate to the TEMP_DIR directory that contains the universal installer.
4.
Run TIBCOUniversalInstaller.
5.
Figure 1 Installer - Welcome to the TIBCO Universal Installer
6.
In the License Agreement page, as shown in Figure 2, read through the license text, and click the I accept the terms of the license agreement radio button, then click the Next button.
Figure 2 Installer - License Agreement
7.
Figure 3 Installer - Personal Selection
In the left column, you can choose one of the following options:
Select Typical to install all features.
Select Custom to choose the features to install in the right column.Uncheck the checkboxes next to the components you do not want to be installed and click the Next button.
Click the Next button.
8.
In the TIBCO Installation Home page, as shown in Figure 4, choose one of the following options, and then click the Next button.
Select the Create a new TIBCO_HOME radio button to create a new environment. In the Directory field, enter or select the path to an empty directory. In the Name field, enter a name of your choice.
Select the Use an existing TIBCO_HOME radio button to install TIBCO ActiveMatrix Runtime UDDI Server into an existing environment.
Figure 4 installer - TIBCO Installation Home
9.
In the Hibernate License Agreement page, as shown in Figure 5, read through the license text, and click the I accept the terms of the license agreement radio button, then click the Next button.
Figure 5 Installer - Hibernate License Agreement
10.
In the Download Hibernate page, you can choose to download the Hibernate assembly from TIBCO or specify you have previously downloaded the Hibernate assembly, as shown in Figure 6.
Click the Download Hibernate assembly from TIBCO radio button and then click the Next button, you can automatically download the Hibernate.
Click the Select the Hibernate assembly previously downloaded from TIBCO button, you can select an existing Hibernate Release unit on your machine, and then click the Next button to skip to step 12.
Figure 6 Installer - Download Hibernate
11.
The installer automatically downloads the Hibernate ZIP assembly from the public download site: http://public.tibco.com/pub/tibco_oss/Hibernate/, as shown in Figure 7.
Figure 7 Installer - Downloading the Hibernate Package
12.
After downloading the Hibernate package, the TIBCO Configuration Directory screen appears, as shown in Figure 8. Select a directory to be used as the TIBCO configuration destination for this installation environment. The configuration directory is used to store product configuration information. Click the Next button.
Figure 8 Installer - TIBCO Configuration Directory
The directory you selected here must not contain the TIBCO configuration destination for another TIBCO installation environment.
In Microsoft Windows 7, the default TIBCO Configuration Directory is Syetem_Disk:\ProgramData\TIBCO_HOME. All the files in this directory are hidden files by default, and you cannot execute some Ant-based tasks under this directory because of the write protection. You are strongly recommended to change the TIBCO Configuration Directory to other directory, for example: C:\TIBCOConfig.
13.
In the UDDI Default Server Creation page, as shown in Figure 9, you can choose to install a default server for the TIBCO ActiveMatrix UDDI Server. The default server is on Tomcat with the HTTP port 58080 and uses an HSQL database. To start the server, run UDDI_HOME/server/bin/startup. Click the Next button.
Figure 9 Installer - UDDI Default Server Creation
14.
In the Pre-Install Summary page, you can review the installation information, as shown in Figure 10. Click the Install button to install the TIBCO ActiveMatrix UDDI Server.
Figure 10 Installer - Pre-Install Summary
15.
Installing in Console Mode
To install the software in console mode:
1.
2.
3.
4.
Run TIBCOUniversalInstaller -console.
5.
Installing in Silent Mode
The following procedure explains how to install TIBCO ActiveMatrix Runtime UDDI Server in silent mode. The TIBCOUniversalInstaller.silent file is packaged in the directory that contains the universal installer. You must edit the file with information for your environment before launching the silent installation. The file includes comments that describe the installation properties you can set.
While you can use the TIBCOUniversalInstaller.silent file, it’s good practice to copy the file to a different name and use that file for the silent install.
If errors occur during installation, they will be listed in the installation log file (see the USER_HOME/.TIBCO directory).
1.
2.
3.
4.
Copy the TIBCOUniversalInstaller.silent file and name the copied file. For more information about the TIBCOUniversalInstaller.silent file, refer to Sample TIBCOUniversalInstaller.silent file.
5.
Update the install location, and features to install. When specifying the installationRoot entry key, the syntax for the value must match the value specified when TIBCO_HOME was defined. For example, if TIBCO_HOME is specified as C:\tibco, you must specify C:\tibco for the installationRoot entry key. You must not mix case; the installationRoot entry key syntax must match that of the TIBCO_HOME value exactly.
When specifying the configDirectoryRoot entry key, the configuration root directory can be set to the same as TIBCO root. If the specified configuration root does not exist, the installer will create it first if providing installer has permission to create such a directory, and then the RuntimeUDDIServer directory will be appended to the specified configuration root.
When specifying the createDefaultServer entry key, if it is set to true, it installs a server for demonstration purpose. The server runs on Apache Tomcat, and uses files based on HSQLDB. The default server can be accessed from http://Host:58080/uddi and http://Host:58080/uddisc.
The default server will put the HSQLDB data files into configDirectoryRoot/tibco/cfgmamt/RuntimeUDDIServer/data and put log files, such as uddi.log, udd-access.log into configDirectoryRoot/tibco/cfgmamt/RuntimeUDDIServer/logs
6.
Run: TIBCOUniversalInstaller -silent -V responseFile=myFileName.silent
For Windows platform, run TIBCOUniversalInstaller.cmd -silent -V responseFile=myFileName.silent
For Unix platform, run TIBCOUniversalInstaller-platformAcronymn.bin -silent -V responseFile=myFileName.silent
If you are using the TIBCOUniversalInstaller.silent file, you need not supply the file name and can run: TIBCOUniversalInstaller -silent.
A line similar to the following is written to the installer log file when installation is complete:
Install, com.tibco.installer.util.TIBCOInstaller, dbg.Debug, The installation has completed. Please check the log file for additional information.
Sample TIBCOUniversalInstaller.silent file
<?xml version="1.0"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>---Universal Installer Silent Installation Properties---</comment>
 
<!--accept the license agreement-->
<entry key="acceptLicense">true</entry>
 
<!--the root installation directory-->
<!--if the product does not support multiple instances and TIBCO_HOME has already been set then-->
<!--this value is ignored and the existing TIBCO_HOME is used as the installation root-->
<entry key="installationRoot">C:\TIBCO</entry>
 
<!--If multiple environments are supported, create a new one or use and existing one-->
<!--If the product does not support multiple environments, then the values below are ignored-->
<entry key="createNewEnvironment">false</entry>
 
<!--If using an existing environment then the installationRoot AND environmentName MUST match a pre-existing environment-->
<!--If createing a new environment then the installationRoot AND environmentName MUST BE UNIQUE and not match a pre-existing environment-->
<entry key="environmentName">TIBCO-HOME-uddiserver</entry>
<entry key="environmentDesc">UDDI Server Installation</entry>
 
<!-Hibernate Download Details for silent mode->
<entry key="downloadHibernate">true</entry>
<entry key="hibernatePath">c:\temp\hibernate_zip_assembly_3.2.200.001.zip</entry>
 
<!--If some install features are set to be reinstalled, do you want to automatically reinstall them or not? -->
<entry key="reinstallFeatures">false</entry>
<entry key="configDirectoryRoot">C:\\progData\\tibco\\TIBCO-HOME-uddiserver</entry>
 
<!--Product Specific Properties can be set below using the same 'entry key=' format as above-->
 
<!--Create Default Server when running in silent mode-->
<entry key="createDefaultServer">false</entry>
 
<!--Product Feature Settings-->
<entry key="feature_Server_uddiserver">true</entry>
<entry key="feature_Client API_uddiserver">true</entry>
<entry key="feature_Documentation_uddiserver">true</entry>
 
</properties>

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved