Running the IBM Integration API Deploy BAR file sample
Run the IBM® Integration API Deploy BAR file sample to deploy a BAR file to an integration server.
Before you begin
- You must have an integration node and an integration server that are started.
- You must have a BAR file.
Note: On Windows,
the BAR file must be in the
same directory as the IBM Integration
API .bat sample
files.
About this task
- A Java™ class:
iapi.DeployBAR. This class is compiled into the IntegrationAPISamples.jar file that is used by the StartDeployBAR script. If you want to edit and recompile the class, you can find the Java source at the following location:
On Windows:
install_dir\server\sample\IntegrationAPI\iapi\DeployBAR.java 

On other platforms: install_dir/server/sample/IntegrationAPI/iapi/DeployBAR.java
- A script file that you use to call the Java code and pass the parameters that
match your environment:
On Windows:
install_dir\server\sample\IntegrationAPI\StartDeployBAR.bat 

On other platforms: install_dir/server/sample/IntegrationAPI/StartDeployBAR