Changeset 37301
- Timestamp:
- 2023-02-08T00:19:19+13:00 (8 months ago)
- Location:
- gs2-extensions/apache-jena/trunk/src/src3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
gs2-extensions/apache-jena/trunk/src/src3/gs-triplestore-add3
r37271 r37301 14 14 graph_uri="$FULL_GREENSTONE_URL_PREFIX/collection/$graph_name" 15 15 else 16 graph_uri="http://localhost: 8383/greenstone3/library/collection/$graph_name"16 graph_uri="http://localhost:$port/greenstone3/library/collection/$graph_name" 17 17 fi 18 18 … … 24 24 export PATH=/usr/bin:$PATH 25 25 26 echo s-post http://localhost:$port/fuseki3/greenstone/data "$graph_uri" "$file_ttl" 26 27 s-post http://localhost:$port/fuseki3/greenstone/data "$graph_uri" "$file_ttl" 27 28 -
gs2-extensions/apache-jena/trunk/src/src3/gs-triplestore-dataset-delete3
r37274 r37301 23 23 24 24 25 echo ""26 echo "Early testing with this script did see it report an HTTP Reponse:"27 echo " ERROR 500: (no description)"28 echo "The Fuseki server then no longer listed the dataset, but on the filesystem"29 echo "it was still there in the run3/databases/ directory"30 echo "Catalina.out error message:"31 echo " Admin INFO [1979] DELETE dataset=/mydataset"32 echo " Admin WARN [1979] RC = 500 : Already closed"33 echo ""25 #echo "" 26 #echo "Early testing with this script did see it report an HTTP Reponse:" 27 #echo " ERROR 500: (no description)" 28 #echo "The Fuseki server then no longer listed the dataset, but on the filesystem" 29 #echo "it was still there in the run3/databases/ directory" 30 #echo "Catalina.out error message:" 31 #echo " Admin INFO [1979] DELETE dataset=/mydataset" 32 #echo " Admin WARN [1979] RC = 500 : Already closed" 33 #echo "" -
gs2-extensions/apache-jena/trunk/src/src3/gs-triplestore-query3
r37271 r37301 8 8 port=${FUSEKI3_PORT:-8383} 9 9 10 #pushd "$GEXT_JENA"11 10 12 11 # The following line helps with runing a she-bang line of: … … 18 17 s-query --service http://localhost:$port/fuseki3/greenstone/query "$*" 19 18 20 21 #popd -
gs2-extensions/apache-jena/trunk/src/src3/gs-triplestore-reset3
r37271 r37301 14 14 graph_uri="$FULL_GREENSTONE_URL_PREFIX/collection/$graph_name" 15 15 else 16 graph_uri="http://localhost: 8383/greenstone3/library/collection/$graph_name"16 graph_uri="http://localhost:$port/greenstone3/library/collection/$graph_name" 17 17 fi 18 18 … … 23 23 export PATH=/usr/bin:$PATH 24 24 25 echo s-update --service http://localhost:$port/fuseki3/greenstone/update "DROP GRAPH <$graph_uri>" 25 26 s-update --service http://localhost:$port/fuseki3/greenstone/update "DROP GRAPH <$graph_uri>" 26 27
Note:
See TracChangeset
for help on using the changeset viewer.