Installer creates a number of directories, files, and environment variables depending on the selections you made while running Installer.
After the installation is complete, you can view the file system and its contents. Table 12 lists some of the directories you might need to know about. The folders and files created vary depending on the choices made during the installation and on the operating system.
Table 12. WebSphere Business Integration Adapter directories
Directory name | Contents |
---|---|
_jvm |
This
directory contains the Java Runtime files.
|
_uninst_AdapterDevKit |
This
directory contains files that are required to uninstall the Adapter
Development Kit.
For more information on uninstalling WebSphere Business Integration Adapters products, see Uninstalling WebSphere Business Integration Adapters products.
|
_uninst_AdapterFramework |
This
directory contains files that are required to uninstall the Adapter
Framework.
For more information on uninstalling WebSphere Business Integration Adapters products, see Uninstalling WebSphere Business Integration Adapters products.
|
_uninst_adapter |
This
directory contains files that are required to uninstall an adapter.
For example, the directory named _uninst_JDBC contains
files that are required to uninstall the WebSphere Business
Integration Adapter for JDBC.
For more information on uninstalling WebSphere Business Integration Adapters products, see Uninstalling WebSphere Business Integration Adapters products.
|
_uninst_datahandler |
This
directory contains files that are required to uninstall a data
handler. For example, the directory named _uninst_xmldh
contains files that are required to uninstall the XML data handler.
For more information on uninstalling WebSphere Business Integration Adapters products, see Uninstalling WebSphere Business Integration Adapters products.
|
_uninst_Zip |
This directory contains log files about tool plug-ins installed. |
bin |
This directory contains the executable files and shell scripts that the business integration adapters use. |
connectors |
This directory contains files specific to each adapter in the system. It also contains adapter-specific files that you may need to install in the application that the adapter supports. |
DataHandlers |
This directory contains the .jar files for the data handlers. |
DevelopmentKits |
This directory contains the files needed to develop connectors. |
docs |
This directory contains the license file for the Java Runtime Environment. |
installLogs |
This directory contains log files about the installation of WebSphere Business Integration Adapters products. |
jre |
This directory contains the Java Runtime Environment. |
lib |
This directory contains shared libraries and .jar files for the system. |
license_AdapterDevKit |
This directory contains the license files for the Adapter Development Kit. |
license_AdapterFramework |
This directory contains the license files for the Adapter Framework. |
license_datahandler |
This directory contains the license files for a data handler. For example, the directory named _license_xmldh contains the license files for the XML data handler. |
license_adapter |
This directory contains the license files for an adapter. For example, the directory named _license_JDBC contains the license files for the WebSphere Business Integration Adapter for JDBC. |
logs |
This directory is provided to contain log and trace files. |
messages |
This directory contains message text files used by the connectors to generate log and trace messages. |
ODA |
This directory contains the .jar and .bat files for each Object Discovery Agent. |
repository |
This directory contains the connector definition files. |
templates |
This
directory contains sample script files for creating and clearing
WebSphere MQ queues.
If your integration broker is one of the supported message brokers or WebSphere Application Server, see your broker implementation guide for more information on using these scripts. If your integration broker is WebSphere InterChange Server, see the installation guide for InterChange Server on the appropriate platform. |
Tools |
This directory contains the WSWB203 directory, which in turn contains the installation of WebSphere Studio Workbench if you chose to install it. |
If you chose one of the supported message brokers or WebSphere Application Server as your broker, Installer takes the actions described in Table 13 to create and update environment variables on the computer. These actions are not taken if you chose WebSphere InterChange Server as your integration broker, because the environment variables required for that broker are created during installation of the broker itself.
Table 13. Actions taken by Installer for environment variables
Environment variable name | Installer action |
---|---|
CROSSWORLDS |
Creates this environment variable to reference the WebSphere Business Integration Adapters product directory, as specified when using Installer. |
MQ_LIB |
Creates this environment variable to contain the path to the Java\lib directory within the WebSphere MQ installation, as specified when using Installer. |
PATH | Adds the
following entries:
ProductDir\jre\bin\classic; |
SM_PATH | Creates this environment variable to contain the path to the installation of WebSphere Studio Application Developer Integration Edition or WebSphere Studio Workbench into which the tools plug-ins are installed. |