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".

melcoe-pdp

adapted from: http://www.muradora.org/muradora/wiki/InstallingRampPDPImage Removed

  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-pdp

...