Provide options to perform the Web services deployment settings
To specify options for Web services deployment.
This admin console panel is a step in the application installation and update wizards.
To view this panel, select Deploy Web services on the Select installation options panel.
- Go to...
Applications | New application | application_path
- Select the option to Show all installation options and parameters .
- Click Next to get to the Step: Select installation options panel.
- Select Deploy Web service.
- Click Next to get to the Step: Provide options to perform the Web services deployment panel.
We can specify the Web services deployment options on this panel only when installing or updating an application that uses Web services.
The wsdeploy command is supported by JAX-RPC applications. The JAX-WS model that is implemented by the appserver does not support the wsdeploy command. If wer Web services application contains only JAX-WS endpoints, you do not need to run the wsdeploy command, as this command is used to process only JAX-RPC endpoints.
The options specified set parameter values for the wsdeploy command. The wsdeploy command adds product-specific deployment classes to a Web services-compatible EAR file or an application client JAR file. These classes include:
- Stubs
- Serializers and deserializers
- Implementations of service interfaces
The wsdeploy command is run during installation after you click Finish on the Summary panel of the wizard.
- Deploy Web services option - Classpath
Specifies entries to add to the CLASSPATH when the generated classes are compiled.
To specify the class paths of multiple entries, we need to separate the entries with a semicolon on Windows platforms and on Linux, Unix, and z/OS platforms, we need to use a colon to separate the entries. This is the same separator used with the CLASSPATH environment variable.
This option is the same as the wsdeploy command parameter -cp class_path.
Data type String Default null
- Deploy Web services option - Extension Directories
Directory that contains zipped or JAR files. All zipped and JAR files in this directory are added to the CLASSPATH used to compile the generated files.
This option is the same as the wsdeploy command parameter -jardir directory.
Data type String Default null
Related tasks
Install enterprise application files with the console
Related
wsdeploy
Enterprise application settings