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

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


The following commit(s) were added to refs/heads/asf-staging by this push:
     new ac66fe586 Staged site from logging 
(7cb1d1d12dae7ac3472343d7bb5a5b6c15d236a9)
ac66fe586 is described below

commit ac66fe586369c2f09a32bd8e1292a767425fea67
Author: jenkins <bui...@apache.org>
AuthorDate: Wed Aug 28 17:55:13 2024 +0000

    Staged site from logging (7cb1d1d12dae7ac3472343d7bb5a5b6c15d236a9)
---
 content/documentation/fuseki2/fuseki-webapp.html   | 11 +++++-----
 content/documentation/index.xml                    | 16 +++++++--------
 .../{archive => }/jdbc/artifacts.html              | 12 ++---------
 .../{archive => }/jdbc/custom_driver.html          | 12 ++---------
 .../documentation/{archive => }/jdbc/drivers.html  | 12 ++---------
 .../documentation/{archive => }/jdbc/index.html    | 10 +--------
 content/download/maven.html                        |  5 +++++
 content/index.json                                 |  2 +-
 content/index.xml                                  | 16 +++++++--------
 content/sitemap.xml                                | 24 +++++++++++-----------
 10 files changed, 47 insertions(+), 73 deletions(-)

diff --git a/content/documentation/fuseki2/fuseki-webapp.html 
b/content/documentation/fuseki2/fuseki-webapp.html
index 305a3fbd4..47aeedd46 100644
--- a/content/documentation/fuseki2/fuseki-webapp.html
+++ b/content/documentation/fuseki2/fuseki-webapp.html
@@ -264,14 +264,15 @@ made available and described on the
 logging configuration comes from the file <code>log4j2.properties</code> in 
the root of the
 unpacked war file, e.g. 
<code>/var/lib/tomcat9/webapps/fuseki/log4j2.properties</code>.</p>
 <p>The name of the file is taken from <code>web.xml</code>:</p>
-  <context-param>
-    <param-name>log4jConfiguration</param-name>
-    <param-value>log4j2.properties</param-value>
-  </context-param>
-<p>This only applies when running in a webapp container. When run from the 
command
+<pre tabindex="0"><code>  &lt;context-param&gt;
+    &lt;param-name&gt;log4jConfiguration&lt;/param-name&gt;
+    &lt;param-value&gt;log4j2.properties&lt;/param-value&gt;
+  &lt;/context-param&gt;
+</code></pre><p>This only applies when running in a webapp container. When run 
from the command
 line, the server looks for <code>log4j2.properties</code> in the current 
directory and if
 not found, uses a built-in configuration.</p>
 <p>This logging goes to the standard output.</p>
+<p>See also <a href="./fuseki-logging.html">Fuseki Logging</a>.</p>
 <h2 id="fuseki-with-tomcat9-and-systemd">Fuseki with Tomcat9 and systemd</h2>
 <p><code>systemd</code> may be set to sandbox Tomcat9. The file area 
<code>/etc/fuseki</code> will not
 be writable to Fuseki. To enable this area, add 
<code>ReadWritePaths=/etc/fuseki/</code> to
diff --git a/content/documentation/index.xml b/content/documentation/index.xml
index 884a01c18..68b6ce955 100644
--- a/content/documentation/index.xml
+++ b/content/documentation/index.xml
@@ -572,10 +572,10 @@ export JENA_HOME=the directory you downloaded Jena to 
export PATH=$PATH:$JENA_HO
     
     <item>
       <title>Creating a Custom Jena JDBC Driver</title>
-      
<link>https://jena.apache.org/documentation/archive/jdbc/custom_driver.html</link>
+      
<link>https://jena.apache.org/documentation/jdbc/custom_driver.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
-      
<guid>https://jena.apache.org/documentation/archive/jdbc/custom_driver.html</guid>
+      
<guid>https://jena.apache.org/documentation/jdbc/custom_driver.html</guid>
       <description>As noted in the overview Jena JDBC drivers are built around 
a core library which implements much of the common functionality required in an 
abstract way. This means that it is relatively easy to build a custom driver 
just by relying on the core library and implementing a minimum of one class.
 Custom Driver class The one and only thing that you are required to do to 
create a custom driver is to implement a class that extends 
JenaDriver.</description>
     </item>
@@ -1013,10 +1013,10 @@ Jena Lucene Solr ElasticSearch upto 3.2.0 5.x or 6.x 
5.x or 6.x not supporte
     
     <item>
       <title>Jena JDBC - A SPARQL over JDBC driver framework</title>
-      <link>https://jena.apache.org/documentation/archive/jdbc/</link>
+      <link>https://jena.apache.org/documentation/jdbc/</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
-      <guid>https://jena.apache.org/documentation/archive/jdbc/</guid>
+      <guid>https://jena.apache.org/documentation/jdbc/</guid>
       <description>Jena JDBC will be removed in Jena5.
 Jena JDBC is a set of libraries which provide SPARQL over JDBC driver 
implementations.
 This is a pure SPARQL over JDBC implementation, there is no attempt to present 
the underlying RDF data model as a relational model through the driver and only 
SPARQL queries and updates are supported.
@@ -1025,10 +1025,10 @@ It provides type 4 drivers in that they are pure Java 
based but the drivers are
     
     <item>
       <title>Jena JDBC Drivers</title>
-      
<link>https://jena.apache.org/documentation/archive/jdbc/drivers.html</link>
+      <link>https://jena.apache.org/documentation/jdbc/drivers.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
-      
<guid>https://jena.apache.org/documentation/archive/jdbc/drivers.html</guid>
+      <guid>https://jena.apache.org/documentation/jdbc/drivers.html</guid>
       <description>Jena JDBC comes with three built in drivers by default with 
the option of building custom drivers if desired. This page covers the 
differences between the provided drivers and the connection URL options for 
each.
 Connection URL Basics Connection URLs for Jena JDBC drivers have a common 
format, they all start with the following:
 jdbc:jena:foo: Where foo is a driver specific prefix that indicates which 
specific driver implementation is being used.</description>
@@ -1224,10 +1224,10 @@ Hadoop Dependencies The first thing to note is that 
although our libraries depen
     
     <item>
       <title>Maven Artifacts for Jena JDBC</title>
-      
<link>https://jena.apache.org/documentation/archive/jdbc/artifacts.html</link>
+      <link>https://jena.apache.org/documentation/jdbc/artifacts.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
-      
<guid>https://jena.apache.org/documentation/archive/jdbc/artifacts.html</guid>
+      <guid>https://jena.apache.org/documentation/jdbc/artifacts.html</guid>
       <description>The Jena JDBC libraries are a collection of maven artifacts 
which can be used individually or together as desired. These are available from 
the same locations as any other Jena artifact, see Using Jena with Maven for 
more information.
 Core Library The jena-jdbc-core artifact is the core library that contains 
much of the common implementation for the drivers. This is a dependency of the 
other artifacts and will typically only be required as a direct dependency if 
you are implementing a custom driver</description>
     </item>
diff --git a/content/documentation/archive/jdbc/artifacts.html 
b/content/documentation/jdbc/artifacts.html
similarity index 97%
rename from content/documentation/archive/jdbc/artifacts.html
rename to content/documentation/jdbc/artifacts.html
index c47909465..98102baab 100644
--- a/content/documentation/archive/jdbc/artifacts.html
+++ b/content/documentation/jdbc/artifacts.html
@@ -120,7 +120,7 @@
                 
                 
                 
-                <li class="nav-item" id="edit"><a class="nav-link" 
href="https://github.com/apache/jena-site/edit/main/source/documentation/archive/jdbc/artifacts.md";
 title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span 
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
+                <li class="nav-item" id="edit"><a class="nav-link" 
href="https://github.com/apache/jena-site/edit/main/source/documentation/jdbc/artifacts.md";
 title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span 
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
             </ul>
         </div>
     </div>
@@ -154,15 +154,7 @@
         
         
             
-                <li class="breadcrumb-item"><a 
href='/documentation/archive'>ARCHIVE</a></li>
-            
-            
-        
-    
-        
-        
-            
-                <li class="breadcrumb-item"><a 
href='/documentation/archive/jdbc'>JDBC</a></li>
+                <li class="breadcrumb-item"><a 
href='/documentation/jdbc'>JDBC</a></li>
             
             
         
diff --git a/content/documentation/archive/jdbc/custom_driver.html 
b/content/documentation/jdbc/custom_driver.html
similarity index 97%
rename from content/documentation/archive/jdbc/custom_driver.html
rename to content/documentation/jdbc/custom_driver.html
index b71222f30..26a491488 100644
--- a/content/documentation/archive/jdbc/custom_driver.html
+++ b/content/documentation/jdbc/custom_driver.html
@@ -120,7 +120,7 @@
                 
                 
                 
-                <li class="nav-item" id="edit"><a class="nav-link" 
href="https://github.com/apache/jena-site/edit/main/source/documentation/archive/jdbc/custom_driver.md";
 title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span 
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
+                <li class="nav-item" id="edit"><a class="nav-link" 
href="https://github.com/apache/jena-site/edit/main/source/documentation/jdbc/custom_driver.md";
 title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span 
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
             </ul>
         </div>
     </div>
@@ -154,15 +154,7 @@
         
         
             
-                <li class="breadcrumb-item"><a 
href='/documentation/archive'>ARCHIVE</a></li>
-            
-            
-        
-    
-        
-        
-            
-                <li class="breadcrumb-item"><a 
href='/documentation/archive/jdbc'>JDBC</a></li>
+                <li class="breadcrumb-item"><a 
href='/documentation/jdbc'>JDBC</a></li>
             
             
         
diff --git a/content/documentation/archive/jdbc/drivers.html 
b/content/documentation/jdbc/drivers.html
similarity index 98%
rename from content/documentation/archive/jdbc/drivers.html
rename to content/documentation/jdbc/drivers.html
index f2fbff1de..b42c06aeb 100644
--- a/content/documentation/archive/jdbc/drivers.html
+++ b/content/documentation/jdbc/drivers.html
@@ -120,7 +120,7 @@
                 
                 
                 
-                <li class="nav-item" id="edit"><a class="nav-link" 
href="https://github.com/apache/jena-site/edit/main/source/documentation/archive/jdbc/drivers.md";
 title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span 
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
+                <li class="nav-item" id="edit"><a class="nav-link" 
href="https://github.com/apache/jena-site/edit/main/source/documentation/jdbc/drivers.md";
 title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span 
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
             </ul>
         </div>
     </div>
@@ -154,15 +154,7 @@
         
         
             
-                <li class="breadcrumb-item"><a 
href='/documentation/archive'>ARCHIVE</a></li>
-            
-            
-        
-    
-        
-        
-            
-                <li class="breadcrumb-item"><a 
href='/documentation/archive/jdbc'>JDBC</a></li>
+                <li class="breadcrumb-item"><a 
href='/documentation/jdbc'>JDBC</a></li>
             
             
         
diff --git a/content/documentation/archive/jdbc/index.html 
b/content/documentation/jdbc/index.html
similarity index 98%
rename from content/documentation/archive/jdbc/index.html
rename to content/documentation/jdbc/index.html
index 3e4959360..7ae008a07 100644
--- a/content/documentation/archive/jdbc/index.html
+++ b/content/documentation/jdbc/index.html
@@ -120,7 +120,7 @@
                 
                 
                 
-                <li class="nav-item" id="edit"><a class="nav-link" 
href="https://github.com/apache/jena-site/edit/main/source/documentation/archive/jdbc/__index.md";
 title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span 
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
+                <li class="nav-item" id="edit"><a class="nav-link" 
href="https://github.com/apache/jena-site/edit/main/source/documentation/jdbc/__index.md";
 title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span 
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
             </ul>
         </div>
     </div>
@@ -157,14 +157,6 @@
         
         
             
-                <li class="breadcrumb-item"><a 
href='/documentation/archive'>ARCHIVE</a></li>
-            
-            
-        
-    
-        
-        
-            
                 <li class="breadcrumb-item active">JDBC</li>
             
             
diff --git a/content/download/maven.html b/content/download/maven.html
index 7517259bc..ef456cd24 100644
--- a/content/download/maven.html
+++ b/content/download/maven.html
@@ -285,6 +285,11 @@ structuring Jena development.</p>
     <td><code>jar</code></td>
     <td>Security wrapper around Jena RDF implementation.</td>
   </tr>
+  <tr>
+    <td><code>jena-jdbc-driver-bundle</code></td>
+    <td><code>jar</code></td>
+    <td>A collection of JDBC drivers</td>
+  </tr>
 </table>
 <p>There are also a number of artifacts used in development.
 The full list can be seen by browsing Maven</p>
diff --git a/content/index.json b/content/index.json
index af66fb911..f32abef40 100644
--- a/content/index.json
+++ b/content/index.json
@@ -1 +1 @@
-[{"categories":null,"contents":"This page is historical \u0026ldquo;for 
information only\u0026rdquo; - there is no Apache release of Eyeball and the 
code has not been updated for Jena3.\nThe original source code is available. So 
you\u0026rsquo;ve got Eyeball installed and you\u0026rsquo;ve run it on one of 
your files, and Eyeball doesn\u0026rsquo;t like it. You\u0026rsquo;re not sure 
why, or what to do about it. Here\u0026rsquo;s what\u0026rsquo;s going 
on.\nEyeball inspects your model a [...]
\ No newline at end of file
+[{"categories":null,"contents":"This page is historical \u0026ldquo;for 
information only\u0026rdquo; - there is no Apache release of Eyeball and the 
code has not been updated for Jena3.\nThe original source code is available. So 
you\u0026rsquo;ve got Eyeball installed and you\u0026rsquo;ve run it on one of 
your files, and Eyeball doesn\u0026rsquo;t like it. You\u0026rsquo;re not sure 
why, or what to do about it. Here\u0026rsquo;s what\u0026rsquo;s going 
on.\nEyeball inspects your model a [...]
\ No newline at end of file
diff --git a/content/index.xml b/content/index.xml
index 532030d82..d0525daf9 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -625,10 +625,10 @@ export JENA_HOME=the directory you downloaded Jena to 
export PATH=$PATH:$JENA_HO
     
     <item>
       <title>Creating a Custom Jena JDBC Driver</title>
-      
<link>https://jena.apache.org/documentation/archive/jdbc/custom_driver.html</link>
+      
<link>https://jena.apache.org/documentation/jdbc/custom_driver.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
-      
<guid>https://jena.apache.org/documentation/archive/jdbc/custom_driver.html</guid>
+      
<guid>https://jena.apache.org/documentation/jdbc/custom_driver.html</guid>
       <description>As noted in the overview Jena JDBC drivers are built around 
a core library which implements much of the common functionality required in an 
abstract way. This means that it is relatively easy to build a custom driver 
just by relying on the core library and implementing a minimum of one class.
 Custom Driver class The one and only thing that you are required to do to 
create a custom driver is to implement a class that extends 
JenaDriver.</description>
     </item>
@@ -1117,10 +1117,10 @@ Jena Lucene Solr ElasticSearch upto 3.2.0 5.x or 6.x 
5.x or 6.x not supporte
     
     <item>
       <title>Jena JDBC - A SPARQL over JDBC driver framework</title>
-      <link>https://jena.apache.org/documentation/archive/jdbc/</link>
+      <link>https://jena.apache.org/documentation/jdbc/</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
-      <guid>https://jena.apache.org/documentation/archive/jdbc/</guid>
+      <guid>https://jena.apache.org/documentation/jdbc/</guid>
       <description>Jena JDBC will be removed in Jena5.
 Jena JDBC is a set of libraries which provide SPARQL over JDBC driver 
implementations.
 This is a pure SPARQL over JDBC implementation, there is no attempt to present 
the underlying RDF data model as a relational model through the driver and only 
SPARQL queries and updates are supported.
@@ -1129,10 +1129,10 @@ It provides type 4 drivers in that they are pure Java 
based but the drivers are
     
     <item>
       <title>Jena JDBC Drivers</title>
-      
<link>https://jena.apache.org/documentation/archive/jdbc/drivers.html</link>
+      <link>https://jena.apache.org/documentation/jdbc/drivers.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
-      
<guid>https://jena.apache.org/documentation/archive/jdbc/drivers.html</guid>
+      <guid>https://jena.apache.org/documentation/jdbc/drivers.html</guid>
       <description>Jena JDBC comes with three built in drivers by default with 
the option of building custom drivers if desired. This page covers the 
differences between the provided drivers and the connection URL options for 
each.
 Connection URL Basics Connection URLs for Jena JDBC drivers have a common 
format, they all start with the following:
 jdbc:jena:foo: Where foo is a driver specific prefix that indicates which 
specific driver implementation is being used.</description>
@@ -1371,10 +1371,10 @@ Hadoop Dependencies The first thing to note is that 
although our libraries depen
     
     <item>
       <title>Maven Artifacts for Jena JDBC</title>
-      
<link>https://jena.apache.org/documentation/archive/jdbc/artifacts.html</link>
+      <link>https://jena.apache.org/documentation/jdbc/artifacts.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
-      
<guid>https://jena.apache.org/documentation/archive/jdbc/artifacts.html</guid>
+      <guid>https://jena.apache.org/documentation/jdbc/artifacts.html</guid>
       <description>The Jena JDBC libraries are a collection of maven artifacts 
which can be used individually or together as desired. These are available from 
the same locations as any other Jena artifact, see Using Jena with Maven for 
more information.
 Core Library The jena-jdbc-core artifact is the core library that contains 
much of the common implementation for the drivers. This is a dependency of the 
other artifacts and will typically only be required as a direct dependency if 
you are implementing a custom driver</description>
     </item>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 720901ec2..291ec2f96 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -173,8 +173,8 @@
     
<loc>https://jena.apache.org/documentation/notes/concurrency-howto.html</loc>
     <lastmod>2021-04-17T18:19:33+01:00</lastmod>
   </url><url>
-    
<loc>https://jena.apache.org/documentation/archive/jdbc/custom_driver.html</loc>
-    <lastmod>2024-08-28T18:47:14+01:00</lastmod>
+    <loc>https://jena.apache.org/documentation/jdbc/custom_driver.html</loc>
+    <lastmod>2020-02-28T13:09:12+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/notes/model-factory.html</loc>
     <lastmod>2023-10-30T12:01:30+00:00</lastmod>
@@ -201,10 +201,10 @@
     <lastmod>2023-04-09T15:11:22+02:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2024-08-28T18:47:14+01:00</lastmod>
+    <lastmod>2024-08-28T18:45:12+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/download.html</loc>
-    <lastmod>2024-08-28T18:47:14+01:00</lastmod>
+    <lastmod>2024-07-18T12:52:17+01:00</lastmod>
   </url><url>
     
<loc>https://jena.apache.org/documentation/notes/event-handler-howto.html</loc>
     <lastmod>2023-06-06T21:08:29+02:00</lastmod>
@@ -329,11 +329,11 @@
     <loc>https://jena.apache.org/documentation/javadoc.html</loc>
     <lastmod>2024-08-07T20:34:07+01:00</lastmod>
   </url><url>
-    <loc>https://jena.apache.org/documentation/archive/jdbc/</loc>
-    <lastmod>2024-08-28T18:47:14+01:00</lastmod>
+    <loc>https://jena.apache.org/documentation/jdbc/</loc>
+    <lastmod>2023-10-30T13:42:11+00:00</lastmod>
   </url><url>
-    <loc>https://jena.apache.org/documentation/archive/jdbc/drivers.html</loc>
-    <lastmod>2024-08-28T18:47:14+01:00</lastmod>
+    <loc>https://jena.apache.org/documentation/jdbc/drivers.html</loc>
+    <lastmod>2023-10-30T12:01:30+00:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/ontology/</loc>
     <lastmod>2024-08-07T20:34:07+01:00</lastmod>
@@ -398,8 +398,8 @@
     
<loc>https://jena.apache.org/documentation/archive/hadoop/artifacts.html</loc>
     <lastmod>2021-11-05T11:40:17+00:00</lastmod>
   </url><url>
-    
<loc>https://jena.apache.org/documentation/archive/jdbc/artifacts.html</loc>
-    <lastmod>2024-08-28T18:47:14+01:00</lastmod>
+    <loc>https://jena.apache.org/documentation/jdbc/artifacts.html</loc>
+    <lastmod>2020-02-28T13:09:12+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/migrate_jena2_jena3.html</loc>
     <lastmod>2020-02-28T13:09:12+01:00</lastmod>
@@ -462,7 +462,7 @@
     <lastmod>2024-03-01T21:57:18+00:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/fuseki2/fuseki-webapp.html</loc>
-    <lastmod>2022-11-16T11:52:14+01:00</lastmod>
+    <lastmod>2024-08-28T18:45:12+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/io/arp/arp_sax.html</loc>
     <lastmod>2024-03-17T17:44:27+00:00</lastmod>
@@ -711,7 +711,7 @@
     <lastmod>2024-03-17T17:44:27+00:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/download/maven.html</loc>
-    <lastmod>2024-08-28T18:47:14+01:00</lastmod>
+    <lastmod>2024-03-28T22:35:37+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/tutorials/using_jena_with_eclipse.html</loc>
     <lastmod>2023-11-23T00:10:28+01:00</lastmod>

Reply via email to