Starting ICM oss (MacOs SETUP): Installation new yadda-remoting release: Remove everything from Tomcat.config and Tomcat.webapps, remove old PostgrSQL database sudo rm -r /Library/Tomcat/apache-tomcat-6.0.18/yadda-server-0.3. sudo rm -r /Library/Tomcat/apache-tomcat-6.0.18/webapps/local/ sudo rm -r /Library/Tomcat/apache-tomcat-6.0.18/conf/Catalina/localhost/local.xml ant dist in /yadda-remoting/trunk/build tar -xzvf out/yadda-server-0.3.6-r11383-default.tar.gz mv yadda-server-0.3.6-r11383-default/ /Library/Tomcat/apache-tomcat-6.0.18/ cd /Library/Tomcat/apache-tomcat-6.0.18/yadda-server-0.3.6-r11769-default/install OLDER VERSION: sudo ./install.sh --context=local --data-prefix=/tmp/yadda --database=local --dbpassword=postgres --dbport=5432 NEW VERSION (1.1) sudo ./install.sh --context=local --data-prefix=/tmp/yadda --database=local --dbpassword=postgres --dbport=5432 --war=../app/yadda-server-noaas.war If during deployment, there will be any errors related to the missing properties then please check yadda-remoting/trunk/doc/example-context.xml file and eventually copy them to the local.xml file in Tomcat/conf/Catalina/localhost Initializing PostgreSQL: Starting postgres error: postgres-8.2 cannot access the server configuration file "/sw/var/postgresql-8.2/data/postgresql.conf": No such file or directory sudo su postgres -c 'initdb -D /sw/var/postgresql-8.2/data/ -E UTF8' The solution for the /dev/null error: sudo dscl . -create /Users/postgres UserShell /bin/sh sudo dscl . -create /Users/postgres NFSHomeDirectory /opt/local/var/db/postgresql83 Starting PostgreSQL: sudo /sw/bin/pgsql.sh-8.2 start -from root directory Starting Tomcat: /Library/Tomcat/Home/bin/startup.sh log: tail -f /Library/Tomcat/Home/logs/catalina.out standard instalation on localhost:8080 OSS details: db.username = db.password = tomcat.username = tomcat.password = http://localhost:8080/local/ http://localhost:8080/local/descriptor http://localhost:8080/local/remoting/Archive Objects stored as following: chapter1.addPart("SecurityMetadata2", "application/xml", new FileInputStream("/Users/dhofar/Documents/Projekty/Bielefeld/documents/citrix")); chapter1.addPart("Contents2", "application/pdf", new FileInputStream("/Users/dhofar/Documents/Projekty/Bielefeld/documents/Plan_Raumtabelle.pdf")); storageFacade.saveObject("yar://books/Crime/Chapter2", chapter1, null, null); Getting objects: http://localhost:8080/local/part/books/Crime/Chapter2?type=Contents2 http://localhost:8080/local/part/books/Crime/Chapter2?type=SecurityMetadata2 Add oss and yadda packages to driver ivy repo: ant yvy.repo.add -Dorganization=icm -Dartifact=oss -Dversion= -Djar=