Deploy a Windows service package

Verify that all dependencies are either pre-installed or deployed with the service. For example, if your application is .NET, ensure that the .NET Framework is installed and that it is the correct version for your application.

To use a new application, you must deploy the binary to hosts in your cluster.

  1. Deploy the service package with the soamdeploy command:

    soamdeploy add SampleService -p SampleService.exe.gz -c /SampleApplications/SOASamples

    The service package is deployed.

  2. Check the list of deployed services with the soamdeploy view command:

    soamdeploy view -c /SampleApplications/SOASamples

Related tasks
Deploy a Linux/UNIX service package