!--a11y-->
EPCF Configuration 
To configure the EPCF service have to be logged in as administrator.
Configuration steps:
...
1. Choose the command System Administration in the top level navigation.
2. Choose the commands System Configuration ® Service Configuration
3. Choose the Browse tag and open the node Applications.
4. Open the node com.sap.portal.epcf.loader.
5. Open the subnode Services and you will see the entry epcfloader.
6. Click the epcfloader entry with the right mouse key and select Edit.
The property page is displayed and you can modify the values. To save the changes, choose the Save button.

If you are working in a cluster environment, you have to restart the EPCF service so that the changes take immediate effect on all cluster nodes.
If the EPCF property values are not set correctly, the EPCF service uses the default settings at runtime.
EPCF Properties
Property |
Description |
applet.archive = < on | off > |
Defines if the classes of the Java applet are transferred as single class files or in one Java archive (JAR). This setting has only an affect if the framework.level property is set to 2. on: All classes are loaded from the server to the client in one JAR file. off: Every class is loaded from the server to the client individually. For a productive system we recommend the value on. |
applet.trace.level = < 0 | 1 | 2 > |
This setting only has an affect if the framework.level property is set to 2. The applet.trace.level controls the level of error messages displayed. A higher applet.trace.level reduces the Portal performance. 0: Display errors only. 1: Display errors and warnings. 2: Display errors, warnings and information. For a productive system we recommend the value 0. |
framework.level = < 0 | 1 | 2 > |
Defines the EPCF service level in use. Please refer to chapter EPCF Level for more details. The default setting is 2. |
Properties for the Session Release Agent
Property |
Description |
dsm.term.custcomp |
Defines the name of a user defined Terminator component. |
dsm.term.custurl |
Defines the URL of a user defined Terminator component. The URL can point to any server based component (for example, servlet, JSP, Perl, ASP and so on) that can process the string parameter TermString. Example: http://myserver/MyTerminator.asp |
dsm.term.mode |
Defines which Terminator component is used: internal: The default Terminator component DSMTerminator is used custcomp: The component specified in the property dsm.term.custcomp is used as Terminator component. custurl: The component specified in property dsm.term.custurl is used as Terminator component. |
