Difference between revisions of "Faces configuration"

From MPDLMediaWiki
Jump to navigation Jump to search
(Redirected page to FACES Development)
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Faces}}
#REDIRECT [[FACES_Development]]
<accesscontrol>Faces,,MPDL,,FIZ,,</accesscontrol>
 
Here is described how to configured an particular instance of Faces.
 
== Introduction ==
* 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 [http://dublincore.org/architecturewiki/DescriptionSetProfile Description Set Profile]. This is configured in screenConfig.xml
 
== Faces ==
=== For dev-faces.mpdl.mpg.de ===
 
=== For qa-faces.mpdl.mpg.de ===
 
=== For test-faces.mpdl.mpg.de ===
 
=== For faces.mpdl.mpg.de ===
 
== Diamonds ==
=== For dev-faces.mpdl.mpg.de ===
 
=== For qa-faces.mpdl.mpg.de ===
 
=== For test-faces.mpdl.mpg.de ===
 
=== For faces.mpdl.mpg.de ===
 
== Solution's configuration - faces.properties ==
* 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.
 
<pre><nowiki>
# 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
</nowiki></pre>
 
* 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 ==
* The screenConfig.xml is stored in the conf file of the JBoss instance.
 
== JBoss configuration ==
*
 
 
[[Category:Faces|Configuration]]

Latest revision as of 10:27, 19 August 2013

Redirect to: