JeromeDL/Installation/v 2 0
From Corrib Clan Wiki
Contents |
[edit]
Outdated - go to [[1]]
[edit]
Notes for installation of JeromeDL v_2_0 from Mariusz
[edit]
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/
[edit]
MySQL
- install MySQL (http://www.mysql.com/)
* # 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 "";
[edit]
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"'
/>
[edit]
JeromeDL
- update with CVS
[wiki:JeromeDLInstallation Main JeromeDL installation page]
Other subtopis: Navigation(siblings)



