I have
completed the first three steps however i have stuck in step - 4 and 5.
I do not know how to set it WOMBAT_PATH and use the
following command line$ export WOMBAT_PATH=/var/userspace/mama/config.WOMBAT_PAT. Also i am having same problem in step - 5.
1. Unzip the file to a convenient directory. For illustration, we use the directory /var/userspace/
mama. The following directories are created:
2. Create a config directory:
$ mkdir /var/userspace/mama/config
3. Copy mama.properties from examples/mama to the config directory. This file should have
transport settings.
4. Set the WOMBAT_PATH variable to include config:
$ export WOMBAT_PATH=/var/userspace/mama/config
5. Set the LD_LIBRARY_PATH variable to include lib:
$ export LD_LIBRARY_PATH=/var/userspace/mama/lib:$LD_LIBRARY_PATH
6. For the Java and JNI versions of MAMA, set the CLASSPATH variable to include the .jar files in the
lib directory:
$ export CLASSPATH=/var/userspace/mama/lib/mamajni.jar:$CLASSPATH