La liste d'utilisateurs n'est pas rendue car vous ne possédez pas les droits d'accès nécessaires pour afficher les profils utilisateur.

Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.
Commentaire: Migrated to Confluence 5.3

The configuration file (config.properties) is used to configure the behaviour of the application at runtime.

Using config.properties

From 3.30

The config.properties file is no more integrated in the application. (No more need recover config utility. Version control compatible. Easy upgrade in case of bug correction)

To use this externalized properties file, use the -Dconfig.location parameter on the java command line.

Tomcat example:

set JAVAOPTS="-Dconfig.location=/path/to/config.properties"; startup.sh

Remarque

See chapter Configuring the application And adapt web.xml (see Installation 3.30)

You also find an exhaustive list of those properties can be found in the config.properties.example file from sources.

Remarque
If you want to use a specific log configuration, please specify a specific log4j configuration file with this parameter on the java command line:
-Dlog4j.configuration=file:/path/to/log4j.properties

 

Prior 3.30

The configuration file Le fichier /properties/config.properties indique comment se comporte l'application esup-helpdesk. Le fichier is used to configure the behaviour of the application at runtime. An exhaustive list of those properties can be found in the distributed file /properties/config.properties.

Remarque
titleConfigure esup-helpdesk online!

Go to http://www.esup-portail.org/helpdesk-config in order to generate the configuration files interactively!

Astuce
titleNote for developers

Other properties can be added to the configuration file /properties/config

...

.properties and used and the Spring configuration files.

Astuce
titleRecovering the configuration when upgrading

The configuration file

Astuce

Le fichier /properties/config.properties est automatiquement récupéré de la version précédente lors des mises à jour.

Sauf indication contraire, les propriétés sont facultatives.

# WEB SERVICES

# the (comma-separated) clients authorized to use the web service
# if left empty (by default), any client will be authorized to use
# the web service (potential security hole).

is automatically recovered from previous versions when upgrading (see Recovering previous configuration and customizations when upgrading).

Ancre
config
config
Configuring the application

Excepted when indicated, all the properties are optional ((étoile) icons mark the parts where properties are required).

...