Changeset 37298 for gs2-extensions


Ignore:
Timestamp:
2023-02-07T23:42:38+13:00 (15 months ago)
Author:
davidb
Message:

Updated README notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/apache-jena/trunk/src/README.txt

    r37273 r37298  
    99It installs the Fuseki3 WAR file as:
    1010
    11   $GSDL3SRCHOME/packages/tomcat/webapps/fuseki3.war
     11    $GSDL3SRCHOME/packages/tomcat/webapps/fuseki3.war
     12
     13Now run:
     14
     15    ./CREATE-GREENSTONE-DATASET.sh
     16
     17This restarts the Greenstone3 server to pick up on the newly installed
     18fuseki3.war file.  This, in turn means, that the next URL request
     19(to run a ping test to see if /greenstone as a dataset already exists)
     20can take a while.
     21
     22#--
     23# Test Your SPARQL Endpoint
     24#--
     25
     26In your web browser, visit:
     27
     28    http://localhost:8383/fuseki3/index.html
     29
     30Adapt URL as need for your installation.
     31
     32If you are unsure, run:
     33
     34    ant get-external-servlet-url
    1235 
    13 Test out the triplestore server, in your top-level
    14 Greenstone3 installation:
    15 
    16   cd $GSDL3SRCHOME
    17   ant stop
    18 
    19   /bin/cp ANT-STOP-CUSTOM.sh.in ANT-STOP-CUSTOM.sh
    20   /bin/cp ANT-START-CUSTOM.sh.in ANT-START-CUSTOM.sh
    21   /bin/cp ANT-RESTART-CUSTOM.sh.in ANT-RESTART-CUSTOM.sh
    22   /bin/cp ANT-LOGREST-RESTART-CUSTOM.sh.in ANT-LOGRESET-RESTART-CUSTOM.sh
    23    
    24 Edit the custom start file to set FUSEKI_BASE:
    25 
    26   emacs ANT-START-CUSTOM.sh
    27 
    28 and add before the 'ant start' line:
    29 
    30     #
    31     # Operate Apache Fuseki Jena as a war file in tomcat/webaps area
    32     #
    33     export FUSEKI_BASE="$GEXT_JENA/run3"
    34     echo "Set FUSEKI_BASE:"
    35     echo "    $FUSEKI_BASE"
    36     echo ""
    37 
    38 
    39     ./ANT-LOGRESET-RESTART-CUSTOM.sh
    40 
    41 
    42 In the Tomcat's catalina.out log file you should seen logged entires similar to:
     36
     37If you encounter issues, view the Tomcat's catalina.out log file:
     38
     39    packages/tomcat/logs/catalina.out
     40
     41You should seen logged entires similar to:
    4342
    4443    [2023-02-04 03:01:49] Config     INFO  FUSEKI_HOME=/home/greenstone3-svn/gs2build/ext/apache-jena
Note: See TracChangeset for help on using the changeset viewer.