You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/01/30 11:07:09 UTC

[jena-site] branch webapp updated (db2479d -> 6957d35)

This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch webapp
in repository https://gitbox.apache.org/repos/asf/jena-site.git.


 discard db2479d  Download instructions for Fuseki war file
     new 6957d35  Download instructions for Fuseki war file

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (db2479d)
            \
             N -- N -- N   refs/heads/webapp (6957d35)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 source/documentation/fuseki2/fuseki-webapp.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[jena-site] 01/01: Download instructions for Fuseki war file

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch webapp
in repository https://gitbox.apache.org/repos/asf/jena-site.git

commit 6957d350c5089e9db0f5fd58d3cc2b442ecca4c8
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Sun Jan 30 10:52:22 2022 +0000

    Download instructions for Fuseki war file
---
 source/documentation/fuseki2/fuseki-webapp.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/source/documentation/fuseki2/fuseki-webapp.md b/source/documentation/fuseki2/fuseki-webapp.md
index 0788921..3169d42 100644
--- a/source/documentation/fuseki2/fuseki-webapp.md
+++ b/source/documentation/fuseki2/fuseki-webapp.md
@@ -78,9 +78,12 @@ where the distribution was unpacked.
 ## Fuseki as a Web Application {#fuseki-web-application}
 
 Fuseki can run from a
-[WAR](http://en.wikipedia.org/wiki/WAR_%28file_format%29) file.  Fuseki
-requires at least support for the Servlet 3.0 API (e.g. Apache Tomcat 7 or
-Jetty 8) as well as Java8.
+[WAR](http://en.wikipedia.org/wiki/WAR_%28file_format%29) file. 
+
+The war file can be downloaded from the [project downloads page](/download/). It
+should then be renamed to the webapp name "ROOT.war" (this means there no name
+in the URL) or "fuseki.war" (with a name `/fuseki/`) or some other choice of
+name.
 
 `FUSEKI_HOME` is not applicable.