Use this panel to specify options for Web services deployment.
This administrative console panel is a step in the application installation and update wizards.
To view this panel, you must select Deploy Web services on the Select installation options panel.
You 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 Java API for XML-based RPC (JAX-RPC) applications. The Java API for XML-Based Web Services (JAX-WS) programming model that is implemented by the application server does not support the wsdeploy command. If your 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 that you specify set parameter values for the wsdeploy command. The wsdeploy command adds product-specific deployment classes to a Web services-compatible enterprise archive (EAR) file or an application client Java archive (JAR) file. These classes include:
The wsdeploy command is run during installation after you click Finish on the Summary panel of the wizard.
Specifies entries to add to the CLASSPATH when the generated classes are compiled.
To specify the class paths of multiple entries, you need to separate the entries with a semicolon on Windows® platforms and on Linux®, Unix, and z/OS® platforms, you need to use a colon to separate the entries. This is the same separator that is used with the CLASSPATH environment variable.
This option is the same as the wsdeploy command parameter -cp class_path.
Data type | String |
Default | null |
Specifies a directory that contains zipped or Java archive (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 |