Configuring Arbortext Publishing Engine > Configuring Arbortext Editor to Use Arbortext PE server > Arbortext Publishing Engine Security Framework > Enabling the Security Framework
  
Enabling the Security Framework
During installation of Arbortext Publishing Engine, you can choose to enable the Arbortext Publishing Engine security framework. However, Apache Tomcat must be properly configured before enabling 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 and Tomcat are properly configured, enable the security framework by opening e3config.xml and setting the com.arbortext.e3.enableSecurityFramework parameter to a value of true as in the following example.
<!-- This parameter specifies whether the security framework
is enabledor 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="true"/>
Restart Arbortext Publishing Engine for the change to take effect.