Difference between revisions of "6.22 AdminConf Changes"

Line 20: Line 20:
 
* ''User.properties'' was renamed to ''AdminUser.properties''.
 
* ''User.properties'' was renamed to ''AdminUser.properties''.
  
== Dropped configuration properties ==
+
== Changed configuration properties ==
Furthermore some configuration properties have been dropped because they are not useful anymore.
+
Furthermore some configuration properties have been dropped because they are not useful anymore. Other properties moved to different configuration files to make the overall configuration more clear for administrators.
 +
 
 +
=== AdminDaemon.properties ===
 +
Mostly path related configuration properties have been dropped here. The configuration files behind these paths are now loaded from the default configuration directory by using their file name:
 +
* ''SQL_PROP''
 +
* ''USER_PROP''
 +
* ''GROUP_PROP''
 +
* ''RESOURCE_PROP''
 +
* ''RMI_PROP''
 +
* ''MASTER_AUTH_FILE''
 +
 
 +
Two properties have been dropped:
 +
* ''SERVER_NAME'' is configured through a property in system.properties configuration file.
 +
* ''TOOL_STORAGE'' can not be changed and has been dropped.
 +
 
 +
The property ''BIND_ADDRESS'' was moved to rmi.properties configuration file.
 +
 
 
=== AdminUser.properties ===
 
=== AdminUser.properties ===
sdffs
+
Two properties have been dropped from this configuration file that are related to creating the user for Open-Xchange in the underlying linux system, too:
 +
* ''CREATE_HOMEDIRECTORY''
 +
* ''HOME_DIR_ROOT''

Revision as of 08:52, 28 November 2012

Administration daemon configuration changes for 6.22

Changed location

All configuration files of the administration daemon are not located anymore in the directory /opt/open-xchange/etc/admindaemon/. The files are moved to the directory /opt/open-xchange/etc/ and they share the location with the groupware configuration files. This is because the administration daemon is not separate process anymore.

Dropped configuration files

A lot of configuration files needed to be duplicated for the separate administration daemon process. Therefore the following configuration files have been dropped. Now the groupware version of those configuration files will be used for provisioning related tasks, too. This are the dropped duplicated configuration files:

  • cache.ccf
  • configdb.properties
  • file-logging.properties
  • management.properties
  • ox-admin-scriptconf.sh
  • system.properties

The following configuration files are dropped because they are not necessary anymore:

  • plugin/open-xchange-admin-soap.properties This file configured the RMI connection from the SOAP servlets to the administration daemon process. This connection is now done through OSGi service calls.

Renamed configuration files

The following configuration files needed to be renamed to prevent clashes with configuration files of the former groupware process:

  • User.properties was renamed to AdminUser.properties.

Changed configuration properties

Furthermore some configuration properties have been dropped because they are not useful anymore. Other properties moved to different configuration files to make the overall configuration more clear for administrators.

AdminDaemon.properties

Mostly path related configuration properties have been dropped here. The configuration files behind these paths are now loaded from the default configuration directory by using their file name:

  • SQL_PROP
  • USER_PROP
  • GROUP_PROP
  • RESOURCE_PROP
  • RMI_PROP
  • MASTER_AUTH_FILE

Two properties have been dropped:

  • SERVER_NAME is configured through a property in system.properties configuration file.
  • TOOL_STORAGE can not be changed and has been dropped.

The property BIND_ADDRESS was moved to rmi.properties configuration file.

AdminUser.properties

Two properties have been dropped from this configuration file that are related to creating the user for Open-Xchange in the underlying linux system, too:

  • CREATE_HOMEDIRECTORY
  • HOME_DIR_ROOT