Configuring Arbortext Publishing Engine > Configuring Arbortext Editor to Use Arbortext PE server > Arbortext Publishing Engine Security Framework > Enabling and Disabling the Security Framework
  
Enabling and Disabling the Security Framework
The security framework is on by default. However, Apache Tomcat must be properly configured before using the Arbortext Publishing Engine security framework. If the security framework is enabled without Tomcat being already properly configured, Arbortext Publishing Engine will not function properly.
Once Arbortext Publishing Engine is installed and the security framework can be disabled if not required by setting the com.arbortext.e3.enableSecurityFramework parameter to a value of false as in the following example.
<!-- This parameter specifies whether the security framework
is enabled or disabled. For compatibility with versions
of PE earlier than 7.0 M030, set it to "false".
CAUTION: if this value is set to "false", PE will allow
any user to submit any request. No authentication will
be performed.
-->
<Parameter name="com.arbortext.e3.enableSecurityFramework"
value="false"/>
To enable the security framework set the value of the com.arbortext.e3.enableSecurityFramework parameter to true.
Restart Arbortext Publishing Engine for the change to take effect.