Install the memcached Java Libraries

In order to make memcached accessible to Java web applications, you need to also install a Java client library on all your engine hosts. To do this:

  1. Log in on your assembly-host as escenic.

  2. Download the Java client library for memcached from http://www.whalin.com/memcached/#download to a temporary location.

    $ cd /tmp/
    $ wget http://img.whalin.com/memcached/jdk5/log4j/java_memcached-release_2.0.1.tar.gz
  3. Unpack the downloaded package:

    $ tar xzf java_memcached-release_2.0.1.tar.gz
  4. Copy the unpacked memcached JAR file to the /opt/escenic/assemblytool/lib:

    $ cp java_memcached-release_2.0.1/java_memcached-release_2.0.1.jar /opt/escenic/assemblytool/lib/
  5. Assemble and redeploy the Content Engine as described in Assemble and Deploy.