Difference between revisions of "Faces configuration"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 25: Line 25:


=== For 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 ==
== JBoss configuration ==

Revision as of 09:25, 29 September 2009

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

Faces[edit]

For dev-faces.mpdl.mpg.de[edit]

For qa-faces.mpdl.mpg.de[edit]

For test-faces.mpdl.mpg.de[edit]

For faces.mpdl.mpg.de[edit]

Diamonds[edit]

For dev-faces.mpdl.mpg.de[edit]

For qa-faces.mpdl.mpg.de[edit]

For test-faces.mpdl.mpg.de[edit]

For faces.mpdl.mpg.de[edit]

JBoss configuration[edit]