ProxyManagement command group for the AdminTask object

You can use the Jython or Jacl scripting languages to manage proxy configurations. Use the commands and parameters in the ProxyManagement group to configure proxy servers for Web modules.

The ProxyManagement command group for the AdminTask object includes the following commands:

createWebModuleProxyConfig

The createWebModuleProxyConfig command creates a proxy server configuration for a Web module.

Target object

Specify the deployment object that represents the application for which the system creates the Web module proxy configuration.

Required parameters

-deployedObjectProxyConfigName
Specifies the name of the Web module of interest. (String)

Optional parameters

-enableProxy
Specifies whether the system enables the proxy server. Specify true to enable the proxy server. (Boolean)
-transportProtocol
Specifies the protocol that the proxy server uses to communicate with the Web module. The valid values are HTTP, HTTPS, and ClientProtocol. (String)

Examples

Batch mode example usage:

Interactive mode example usage:

deleteWebModuleProxyConfig

The deleteWebModuleProxyConfig command removes the proxy server configuration for a Web module.

Target object

Specify the deployment object that represents the application from which the system deletes the Web module proxy configuration.

Required parameters

-deployedObjectProxyConfigName
Specifies the name of the Web module of interest. (String)

Optional parameters

None

Sample output

The command does not return output.

Examples

Batch mode example usage:

Interactive mode example usage:




Related tasks
Using the AdminTask object for scripted administration
Related reference
ServerManagement command group for the AdminTask object
Commands for the AdminTask object
Reference topic    

Terms of Use | Feedback

Last updated: Aug 29, 2010 6:22:59 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=vela&product=was-express-dist&topic=rxml_atproxymanagement
File name: rxml_atproxymanagement.html