Faces configuration

From MPDLMediaWiki
Revision as of 12:41, 28 September 2009 by Bastien (talk | contribs)
Jump to navigation Jump to search
FACES

Scope · Functionalities
Disclaimer and Copyright
Support

Application Profiles
Release Agreement

Specification:
Browse and Display · Search
Albums · Users
Note Pads · Versioning

Related Projects:
Imeji

edit

This is a protected page.

Here is described how to configured an particular instance of Faces.

Introduction[edit]

  • Faces is an eSciDoc solution. Therefore Faces needs some configuration on the eSciDoc instance it is working with. The configuration is described in faces.properties.
  • Faces Metadata Handling is fully configurable. It is based on the concept of Description Set Profile. This is configured in screenConfig.xml

Solution's configuration - faces.properties[edit]

  • faces.properties is stored in the conf file of the JBoss instance.
  • The following example shows which parameters should be defined in configuration for Faces.
  • The example below configures the qa-faces instance.
# URL of this Faces instance
escidoc.faces.instance.url=http://qa-faces.mpdl.mpg.de/

# URL of the FIZ framework instance
escidoc.framework_access.framework.url=http://qa-coreservice.mpdl.mpg.de:8080

# Identifier of the content model "FACES" in the current framework instance
escidoc.faces.content-model.id=escidoc:faces40

# Identifier of the content model "FACES" in the current framework instance
escidoc.faces.container.content-model.id=escidoc:faces60

# Identifier of the context of "FACES" in the current framework instance
escidoc.faces.context.id=escidoc:5094

# Number of albums in the album lists
escidoc.faces.album.list.size=10

# User options for the displayed number of albums
escidoc.faces.album.list.size.options=10,25,50,75,100

# Blog's URL
escidoc.faces.blog.url=http://faces.blogs.mpdl.mpg.de

# Blog's RSS feed URL
escidoc.faces.blog.rss.url=http://faces.blogs.mpdl.mpg.de/feed/

# Faces collection url: 
escidoc.faces.collection.id=escidoc:219719

# Component schema
xsd.soap.item.components=http://www.escidoc.de/schemas/components/0.8

# Metadata schema
xsd.soap.common.mdrecords=http://www.escidoc.de/schemas/metadatarecords/0.4
  • N.B. :
    • An eSciDoc administrator should be defined in this property.
    • An eSciDoc user with statistic Editor Rights should be defined in this property.

Metadata handling Configuration - screenConfig.xml[edit]

  • The screenConfig.xml is stored in the conf file of the JBoss instance.

JBoss configuration[edit]