force.authzforce-ce-server-dist.5.3.0.source-code.webapp-context.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of authzforce-ce-server-dist
Show all versions of authzforce-ce-server-dist
AuthzForce CE server distribution (zip and deb)
<?xml version="1.0" encoding="UTF-8"?> <!-- Context used by Tomcat --> <Context path="/authzforce-ce" docBase="/opt/${productName}/webapp"> <!-- Override <context-param>s in web.xml --> <Parameter name="logbackConfigLocation" description="Logging configuration file" value="file:/opt/${productName}/conf/logback.xml" override="false" /> <Parameter name="spring.profiles.active" description="application profiles: '+fastinfoset' to enable FastInfoset support, '-fastinfoset' to disable FastInfoset support" value="-fastinfoset" override="false" /> <!-- Override <env-entry>s in web.xml --> <Environment name="org.ow2.authzforce.config.dir" value="file:/opt/${productName}/conf" type="java.lang.String" override="false" description="Configuration directory path that may contain \${...} placeholders, to be resolved as system properties: e.g. \${user.dir}. Default values can be supplied using the ':' separator between key and value (see org.springframework.util.SystemPropertyUtils class)" /> <Environment name="org.ow2.authzforce.data.dir" value="file:/opt/${productName}/data" type="java.lang.String" override="false" description="Data (e.g. data of domains created and managed by the API) directory path that may contain \${...} placeholders, to be resolved as system properties: e.g. \${user.dir}. Default values can be supplied using the ':' separator between key and value (see org.springframework.util.SystemPropertyUtils class)" /> <Environment name="org.ow2.authzforce.uuid.gen.randomMulticastAddressBased" value="false" type="java.lang.Boolean" override="false" description="UUID generator option for domain IDs, set to true if and only if Authzforce deployed in dev environment that is disconnected from the network, i.e. no 'real' Ethernet address to use, set this JNDI variable to 'true' to initialize the UUID (variant 1) generator with a random multicast address instead." /> <Environment name="org.ow2.authzforce.domains.sync.interval" value="0" type="java.lang.Integer" override="false" description="Domains folder-to-memory synchronization interval (seconds); value 0 disables this feature." /> </Context>