Description Syntax Example createMailExtApp

10-108 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.10.10.3 Example

The following example lists configuration properties for the Mail service, in an application named webcenter. wls:weblogicserverConfiglistMailServicePropertiesappName=webcenter

10.10.11 createMailExtApp

Module: Oracle WebCenter Use with WLST: Online

10.10.11.1 Description

Creates an external application suitable for mail server connections. The external application is configured with the required additional properties: authMethod=POST, and specify several additional login fields: fieldName=Email Address and displaytoUser=1 fieldName=Your Name and displaytoUser=1 fieldName=Reply-To Address and displaytoUser=1

10.10.11.2 Syntax

createMailExtAppConnectionappName, name, [displayName, server, applicationVersion] Argument Definition appName Name of the WebCenter application in which to perform this operation. server Optional. Name of the managed server where the WebCenter application is deployed. For example, WC_Spaces. Required when applications with the same name are deployed to different servers and also when you have a cluster. applicationVersion Optional. Version number of the deployed application. Required if more than one version of the WebCenter application is deployed. Argument Definition appName Name of the WebCenter application in which to perform this operation. For WebCenter Spaces, the name is always webcenter. name Connection name. The name must be unique across all connection types within the WebCenter application. displayName Optional. External application display name. A user friendly name for the application that WebCenter users will recognize. The display name must be unique across all external applications within the WebCenter application. server Optional. Name of the managed server where the WebCenter application is deployed. For example, WC_Spaces. Required when applications with the same name are deployed to different servers and also when you have a cluster. applicationVersion Optional. Version number of the deployed application. Required if more than one version of the WebCenter application is deployed. Oracle WebCenter Custom WLST Commands 10-109

10.10.11.3 Example

The following example creates an external application named MailxApp suitable for mail server connections. wls:weblogicserverConfig createMailExtAppConnectionappName=webcenter, name=MailxApp, displayName=Mail Ext App