Description Syntax Example createJCRFileSystemConnection

10-44 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.6.6.1 Description

Without any arguments, this command lists all of the Oracle Portal connections that are configured for a named WebCenter application.

10.6.6.2 Syntax

listJCRPortalConnectionsappName, [verbose, name, server, applicationVersion]

10.6.6.3 Example

The following example lists all of the Oracle Portal connections that are configured for a WebCenter application. wls:weblogicserverConfig listJCRPortalConnectionsappName=webcenter, verbose=1, name=myPortalConnection

10.6.7 createJCRFileSystemConnection

Module: Oracle WebCenter Use with WLST: Online

10.6.7.1 Description

Creates a connection to a file system repository.

10.6.7.2 Syntax

createJCRFileSystemConnectionappName, name, path, [isPrimary, server, applicationVersion] Argument Definition appName Name of the WebCenter application in which to perform this operation. verbose Optional. Displays content repository connection details in verbose mode. Valid options are 1 true and 0 false. When set to 1, listJCRPortalConnections lists all Oracle Portal connections that are configured for a WebCenter application, along with their details. When set to 0, only connection names are listed. This argument defaults to 0. name Optional. Name of an existing Oracle Portal connection. When specified you can view connection details for a specific Oracle Portal connection. If you supply a value for name, you must supply a value for verbose. 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. Note: File system connections must not be used in production or enterprise application deployments. This feature is provided for development purposes only. Oracle WebCenter Custom WLST Commands 10-45

10.6.7.3 Example

The following example creates a connection to a file system repository. wls:weblogicserverConfig createJCRFileSystemConnectionappName=webcenter, name=FSAConnection, path=C:ProjectDocuments

10.6.8 setJCRFileSystemConnection