Installating RAMADDA under Tomcat
Previous: Installing and configuring RAMADDA Next: Configuration Table of contents
RAMADDA Workshop
 
1.0 Installating RAMADDA under Tomcat
RAMADDA is available at:
http://www.sourceforge.com/projects/ramadda

Steps performed as root:

  1. If you haven't already then install Tomcat
    yum -y install tomcat6
    
  2. Before we install RAMADDA we need to add a property file to the Tomcat conf directory to tell RAMADDA where to store data and files. Copy the file:
    repository.properties
    to:
    /usr/share/tomcat6/conf
  3. Download the repository.war file from:
    http://sourceforge.net/projects/ramadda/files
  4. Copy the RAMADDA war file to the webapps directory:
    cp repository.war /usr/share/tomcat6/webapps
  5. And now restart Tomcat (don't forget that you need to be root to do this).
    su
    service tomcat6 stop
    service tomcat6 start
    

 

Previous: Installing and configuring RAMADDA Next: Configuration Table of contents