Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Select "custom" and accept all defaults and "included" options except for "Enable policy enforcement" which should be "false" and "Enable Resource Index" which should be "true".

melcoe-pdp

adapted from: http://www.muradora.org/muradora/wiki/InstallingRampPDP

  1. Deploy Axis to Tomcat ($CATALINA_HOME/webapps)axis2.war, version 1.2 (axis2 1.4 now included)
  2. dbxml (versions prior to 2.5 include xerces-c 2.x, which does not build correctly in OS X 10.6)
    Code Block
    ./buildall.sh --prefix=/usr/local/dbxml-2.5.13 --enable-java
    
    Note: this is a quite lengthy build. Take the dog for a walk and come back.
  3. set environment variables
    Code Block
    export DBXML_HOME=/usr/local/dbxml-2.5.13
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${DBXML_HOME}/lib
    export MELCOEPDP_HOME=/usr/local/melcoe-pdp
    export DYLD_LIBRARY_PATH=${DBXML_HOME}/lib:$DYLD_LIBRARY_PATH
    
  4. Build and install melcoe-pdppdp 
    Code Block
    
    svn co http://www.muradora.org/svn/muradora-project/melcoe-pdp/trunk melcoe-pdp
    cd melcoe-pdp
    ant install
    ant load-policies
    

melcoe-pep

  1. Download & install melcoe-pep
    Code Block
    
    svn co http://www.muradora.org/svn/muradora-project/melcoe-pep/trunk melcoe-pep
    cd melcoe-pep
    ant install -Dwebapp.location=$CATALINA_HOME/webapps/fedora
    

fedora-jaas