Some configuration parameters allow usage of system properties, for example to refer to special paths.
Table 3.1. System properties
Name | Description |
---|---|
com.gentics.portalnode.home | Absolute path to the root of the main Portal.Node webapplication. Some parts of the default configuration shipped with Portal.Node are located there. |
com.gentics.portalnode.confpath | Absolute path of the default configuration directory.
For installations using Jakarta Tomcat 5, this will usually
be ${catalina.home}/conf/gentics
|
com.gentics.portalnode.apps. {applicationcontext}.path | Absolute path to the root of the deployed portlet application {applicationcontext} |
com.gentics.portalnode.security.accesscontrol.class | Classname of an implementation of the interface com.gentics.api.portalnode.security.AccessControl for access control when Gentics Portal.Node runs in a secure environment. |