Configuring Deployment Locations
After you create and configure a Web Services Stack package, you can deploy it on the Web Services Stack instance, which is deployed either on Software AG Runtime, or on a standard Java servlet container. The deployed package can then be exposed to consumers. Before you deploy a Web service package, you must define the deployment locations.
To configure the
Web Services Stack deployment locations
1. In Designer: Windows > Preferences.
2. In the preferences navigation tree, select Software AG > Web Services Stack > Deployment.
3. In the Deployment window, click Add, provide values for the properties in the table below, and click OK to confirm.
Property | Description |
Name | A name for the connection. |
Protocol | A protocol for the connection. Possible options are: http (default) and https. |
Host | A host name. Default value is localhost. |
Port | A port number for the connection. The default value is 10010. |
Servlet | Location of the deploy servlet. The default value is /wsstack/sagdeployer. |
User | A user name. |
Password | A password. |
4. Click Apply, and then OK to confirm.
Related Topics