Once you have installed the connector, the files in the following tables should be installed on your machine. In the tables, ProductDir represents the directory in which you have installed the IBM WebSphere Business Integration Server Express adapter software.
The table below describes the file structure used by the connector as installed in a Windows machine.
Directory | Installed files |
---|---|
ProductDir\bin\Data\App | BIA_TCPIPAdapterTemplate --The connector's configuration file template |
ProductDir\connectors\TCPIP
|
BIA_TCPIP.jar--The main connector code
start_TCPIP.bat--The connector startup batch file |
ProductDir\connectors\messages\
BIA_TCPIPadapter.txt |
BIA_TCPIPadapter.txt--The connector message file, containing error messages and codes |
ProductDir\repository\
TCPIP\Sample |
|
ProductDir\connectors\TCPIP\
start_TCPIP_service.bat |
The service startup script for the connector service. It starts the adapter as a service. It is called from the service control panel where you can start and stop all adapters as services. |
ProductDir\connectors\TCPIP
\start_tcpip.bat |
The regular start script. It starts the adapters as a regular process. |
The table below describes the file structure used by the connector as installed on a Linux machine.
Directory | Installed files |
---|---|
ProductDir/bin/Data/App | BIA_TCPIPAdapterTemplate --The connector's configuration file template |
ProductDir/connectors/TCPIP
|
BIA_TCPIP.jar--The main connector code
start_TCPIP.sh--The connector startup shell file |
ProductDir/connectors/
messages/ BIA_TCPIPAdapter.txt |
BIA_TCPIPAdapter.txt--The connector message file , containing error messages and codes |
ProductDir/repository/TCPIP/Sample |
|
The table below describes the file structure used by the connector as installed on an i5/OS machine.
Directory | Installed files |
---|---|
ProductDir/connectors/TCPIP
|
BIA_TCPIP.jar--The main connector code
start_TCPIP.sh--The connector startup shell file |
ProductDir/connectors/messages/
BIA_TCPIPAdapter.txt |
BIA_TCPIPAdapter.txt--The connector message file , containing error messages and codes |
ProductDir/repository/TCPIP/Sample |
|