
You are familiar with the functions and use of the JCA.
The SAP shipment of the ECM integration layer includes a connector for the SAP ECM back-end system, and an ECM repository (as a logical instance of the connector). The connector is defined in the Java Connector Architecture (JCA). The repository is represented by the technical object JCA Connection Factory .
Configuration
Infrastructure
Application Resources
.The JCA Connection Factory ecm/default represents the repository provided by SAP, where default is the repository name . It is not necessary to change the configuration, but you can adapt individual parameters.
In the list of application resources, select the entry ecm/default .
In the resource details, choose
Antecedent Resources
.
Select the
SAPContentStoreJava entry and choose
Antecedent Resource Details
.
Under
Dependent JCA Connection Factories , select the entry
ecm/default and choose
Copy & Add JCA Connection Factory
.
Follow the procedure below:
Under JNDI Name , enter the name of the new JCA Connection Factory , adhering to the following syntax (with or without the optional namespace):
ecm/{ <namespace> } <repository name>
ecm/ <repository name>
Optional: Add an Alias for the repository.
The alias is necessary for accessing the repository using the WebDAV client. If you do not define an alias, the system automatically sets the repository name (without namespace) as the alias if necessary (for example, if the repository is manually assigned to an application).
More information:
|
Parameter |
Description |
|---|---|
|
ContentStorePath |
The path in the file system of Java Enterprise Edition under which the system saves the content of the objects. The system automatically creates a subfolder under this path for each repository. Note
It is not necessary to change this setting. |
|
SuperUserRole |
ID of the superuser with all change rights for the repository. The superuser can be a single user, a group, or a role. Note
This setting defines which users have initial access to a repository, and can assign access rights, for example. More information: Setting Up WebDAV Access to an ECM Repository |