Deploying Web Service Packages
You can deploy Web service packages using the Web Services Stack Designer plug-in.
To deploy a Web service package
1. In Designer, open the Project Explorer view.
2. To specify the Web service package that you want to deploy, do one of the following:
Right-click the Web service package.
Right-click the Java project that contains the Web service package.
3. On the context menu, select Web Services Stack > Deploy Web Services Package.
The Software AG Web Services Stack wizard opens.
4. Provide the following information:
Field | Description |
Name | The location to which you deploy your Web service package. The default value is localhost-10010. |
URL | The location of the Web Services Stack deploy servlet. The default deploy servlet location is http://<host_name>:<port_number>/wsstack/sagdeployer. |
User | The username for the required authentication credentials. The default value is admin. |
Password | The password for the required authentication credentials. The default value is manage. |
5. Complete the deployment process by doing one of the following:
If you started the wizard on a Web service package, click
Finish.
If you started the wizard on a Java project, click
Next, select the Web service package you want to deploy, and click
Finish.
Related Topics