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.

...

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 externalize 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 from 3.30)

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

...