Changes between Initial Version and Version 1 of RLP-Installation


Ignore:
Timestamp:
Sep 15, 2009, 2:17:20 PM (15 years ago)
Author:
jwillenborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RLP-Installation

    v1 v1  
     1= Installation von rlplucene (incl. rlp) in eine vorhandene Java-Anwendung =
     2  * rlp und rlplucene in einem gemeinsamen Verzeichnis (RLP_HOME) entpacken
     3  * Lizenzdatei in das Verzeichnis RLP_HOME/rlp/rlp/licenses/rlp-license.xml kopieren
     4  * den Logging-Level etc. setzen:
     5    * RLP_HOME/rlplucene/conf/jul.properties
     6  * rlp und rlplucene in den classpath der Java-Anwendung hinzufügen (rlplucene, rlp und den rlp-logger):
     7    * <classpathentry kind="lib" path="lib/extensions/rlp/btrlp.jar"/>
     8    * <classpathentry kind="lib" path="lib/extensions/rlp/btrlplucene.jar" sourcepath="/rlplucene/src"/>
     9    * <classpathentry kind="lib" path="lib/extensions/rlp/btutil.jar"/>
     10    * <classpathentry kind="lib" path="lib/extensions/rlp/btrlpextra.jar" sourcepath="/rlplucene/src"/>
     11    * <classpathentry kind="lib" path="lib/extensions/rlp/slf4j-api-1.5.2.jar"/>
     12    * <classpathentry kind="lib" path="lib/extensions/rlp/slf4j-jdk14-1.5.2.jar"/>
     13  * Vor dem Start der Anwendung (z.B. eXist mit rlplucene) Parameter setzen:
     14    * als VM-Parameters in Eclipse:
     15      * -Dbt.root=/Users/jwillenborg/tmp/rlp -Djava.util.logging.config.file=/Users/jwillenborg/tmp/rlp/rlplucene/conf/jul.properties
     16    * Environment setzen in Eclipse:
     17      * DYLD_LIBRARY_PATH auf RLP_HOME/rlp/lib/universal-darwin9-gcc40