Engine is the core component of Penrose where the join and mapping operations are performed. If you need to configure Penrose engine's parameters, add the following section in server.xml.
<server>
<engine>
<parameter>
<param-name>...</param-name>
<param-value>...</param-value>
</parameter>
</engine>
</server>