Data Source Toolkit Guide > Adapter Package Deployment > Deploying the Package
 
Deploying the Package
You can deploy the extension adapter package from a command line.
To deploy the extension adapter package from a command line
1. Open a command window.
2. Go to the bin directory:
cd <TDV_install_dir>/bin
 
3. Run the server utility (server_util.bat on Windows; server_util.sh on UNIX/Linux) with the deploy subcommand.
For example:
./server_util.bat -server <hostname> [ -port <port> ] [ -encrypt ]
  -user <username> -password <password> [ -domain <domain> ]
  -deploy -package my_adapter.jar [-verbose]
 
If deployment is not successful, see Troubleshoot Package Deployment.
For a full description of server_util syntax and its options, refer to the “TDV Command-Line Utilities” chapter of the TDV Administration Guide.