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
Sommaire

Generating URLs is used to build the hypertext links sent to the users by email (but not only), it uses the properties below (set in /properties/config.properties).

The URLs generated differ depending on the deployment mode (servlet/quick-start or portlet).

Servlet or quick-start deployments

URL generation bean (required)

The URL generation bean must be servletUrlGenerator:

Bloc de code
#urlGeneration.bean=servletUrlGenerator

URL of the CAS server (required)

Bloc de code
#urlGeneration.casLoginUrl=https://cas.domain.edu/login?service=%s

Login URL of the application

Bloc de code
#urlGeneration.servletLoginUrl=http://helpdesk.domain.edu/stylesheets/cas.faces

Welcome URL of the application

Bloc de code
#urlGeneration.servletGuestUrl=http://helpdesk.domain.edu/stylesheets/welcome.faces

Portlet deployments (with uPortal)

URL generation bean (required)

The URL generation bean must be portletUrlGenerator:

Bloc de code
#urlGeneration.bean=portletUrlGenerator

URL of the CAS server (required)

Bloc de code
#urlGeneration.casLoginUrl=https://cas.domain.edu/login?service=%s

uPortal functionnal name of the portlet

This property should correspond to the functional name used when publishing the portlet:

Bloc de code
#urlGeneration.uportalFunctionnalName=esup-helpdesk

CAS login URL of uPortal (required)

Bloc de code
#urlGeneration.uportalLoginUrl=http://portal.domain.edu/Login

Guest URL of uPortal (required)

Bloc de code
#urlGeneration.uportalGuestUrl=http://portal.domain.edu/Guest