JeromeDL/Installation/v 2 0

From Corrib Clan Wiki

Jump to: navigation, search

Contents

Outdated - go to [[1]]

Notes for installation of JeromeDL v_2_0 from Mariusz

Sesame

  • download Sesame (http://www.openrdf.org/download.jsp)
  • extract sesame.war to /www/webapps
  • delete all libraries under sesame/WEB-INF/lib/
  • put this file attachment:system.conf into sesame/WEB-INF/

MySQL

*  # mysql 
*  mysql> create database jeromedl2;
*  mysql> grant all on jeromedl2.* to sesame@localhost.localdomain identified by "";
*  mysql> create database sesametest;
*  mysql> grant all on sesametest.* to sesame@localhost.localdomain identified by "";

Tomcat

  • synchronize libraries with attachment:tomcat.tar.gz
  • pay special attention to deleting old libraries from foaf
  • delete libraries from JeromeDL which are in tomcat now (e.g. activation.jar, mail.jar)

(Slawek) In order to take advantage of UTF-8 edit your server.xml:

<Connector port="8081"
   maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" connectionTimeout="20000"      
   disableUploadTimeout="true"
   'URIEncoding="UTF-8"'
            />

JeromeDL

  • update with CVS


[wiki:JeromeDLInstallation Main JeromeDL installation page]

Other subtopis: Navigation(siblings)

Facts about JeromeDL/Installation/v 2 0 — Click + to find similar pages.RDF feed
Personal tools

Corrib cluster project is supported by Enterprise Ireland under Grant No. ILP/05/203, Science Foundation Ireland under Grant No. SFI/02/CE1/I131.
Hosted at DERI, NUI Galway.