SOCIB RAMADDA Data Repository
Top
|
Search
|
Login
Data Cart
Help
Installating RAMADDA under Tomcat
RAMADDA Workshop
1.0 Installating RAMADDA under Tomcat
RAMADDA is available at:
http://www.sourceforge.com/projects/ramadda
Steps performed as root:
If you haven't already then install Tomcat
yum -y install tomcat6
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
Download the repository.war file from:
http://sourceforge.net/projects/ramadda/files
Copy the RAMADDA war file to the webapps directory:
cp repository.war /usr/share/tomcat6/webapps
And now restart Tomcat (don't forget that you need to be root to do this).
su service tomcat6 stop service tomcat6 start
Powered by
Geode Systems and RAMADDA