Provide options to perform the web services deployment settings
From the console, go to...
Applications | New application | application_path | Show all installation options and parameters | Next | Select installation options page | Deploy web service | Next | Provide options to perform the web services deployment
We can specify the web services deployment options on this page only when installing or updating an application.
The wsdeploy command is supported by JAX-RPC applications. JAX-WS does not support wsdeploy. If the web services application contains only JAX-WS endpoints, we do not need to run wsdeploy, as this command is used to process only JAX-RPC endpoints.
The options specified set parameter values for wsdeploy. 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 page 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, separate the entries with a semicolon on Windows platforms. On Linux, Unix, and z/OS platforms, use a colon to separate the entries. This is the same separator used with the CLASSPATH environment variable.
This option is the same as wsdeploy parameter -cp class_path.
Information Value Data type String Default null
Deploy web services option - Extension Directories
Directory containing 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 wsdeploy parameter -jardir directory.
Information Value Data type String Default null
Related tasks
Install enterprise application files with the console
wsdeploy command Enterprise application settings