Running T.Bridge interactively
While T.Bridge works as a background service / daemon by default, you can start it from the command line to view informational messages and errors in real time for troubleshooting purposes.
Important: |
Make sure to stop a service or daemon before starting T.Bridge from the command line to avoid running multiple instances of T.Bridge at the same time. |
To run T.Bridge interactively with the specific configuration, execute the command:
- Under Windows:
bridge3.exe -cfg=<CONFIGURATION FILE NAME>
- Under Linux:
./bridge3 -cfg=<CONFIGURATION FILE NAME>
Getting help
To check the version of T.Bridge, view the active configuration summary, and get help on command line arguments, execute the command: bridge3 -h