Historique de la page
| Sommaire |
|---|
La génération des URLs est notamment (mais pas seulement) utilisée pour les liens hypertextes des courriers électroniques envoyés aux utilisateurs. Les propriétés ci-dessous sont définies dans 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).
Les URLs générées ont des formes différentes selon le déploiement The URLs generated differ depending on the deployment mode (servlet/quick-start ou bien or portlet).
...
Servlet or quick-start
...
Bean de génération des URLs (requis)
deployments
URL generation bean (required)
The URL generation bean must be Le bean de génération des URLs doit être 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] |
Déploiement portlet avec uPortal
Bean de génération des URLs (requis)
|
Portlet deployments (with uPortal)
URL generation bean (required)
The URL generation bean must be portletUrlGeneratorLe bean de génération des URLs doit être uportalUrlGenerator :
| Bloc de code |
|---|
#urlGeneration.bean=uportalUrlGeneratorportletUrlGenerator |
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][http://helpdesk.domain.edu/stylesheets/cas.faces] |
...
|
Guest URL of uPortal (required)
| Bloc de code |
|---|
#urlGeneration.uportalGuestUrl=[http://portal.domain.edu/Guest][http://helpdesk.domain.edu/stylesheets/welcome.faces] |
########################################################################
# FEED
#
# The address of the IMAP mailbox
# REQUIRED by ant target feed
#
#feed.imap.address=support@domain.edu
#
# the host name or IP address of the IMAP server
# REQUIRED by ant target feed
#
#feed.imap.server=imap.domain.edu
#
# the credentials used to connect to the IMAP server
# REQUIRED by ant target feed
#
#feed.imap.account=support
#feed.imap.password=secret
#
# the folder to read
#
#feed.imap.folder=INBOX
#
# the ID of the target category for the tickets
#
#feed.imap.categoryId=1
########################################################################
# 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).
...
|