diff --git a/pom.xml b/pom.xml
index 4712d942cd..540c83deb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
custom
swiss-custom
- jetty-9.4.56.v20240826
+ 9.4.27.v20200227
UTF-8
diff --git a/web/jetty-context.xml b/web/jetty-context.xml
new file mode 100644
index 0000000000..45883ed786
--- /dev/null
+++ b/web/jetty-context.xml
@@ -0,0 +1,7 @@
+
+
+
+org.eclipse.jetty.server.webapp.WebInfIncludeJarPattern
+^$
+
+
diff --git a/web/jetty-env.xml b/web/jetty-env.xml
new file mode 100644
index 0000000000..43651c3b30
--- /dev/null
+++ b/web/jetty-env.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+ gnDatabaseDialect
+ H2
+
+
+
+
+ jdbc/geonetwork
+
+
+ org.h2.Driver
+ jdbc:h2:gn;LOCK_TIMEOUT=20000;DB_CLOSE_ON_EXIT=FALSE;MVCC=TRUE
+ dblasby
+ dblasby
+ SELECT 1
+ 10
+ 10
+ true
+ 3600
+ true
+ true
+ false
+ 2
+ true
+
+
+
+ jdbc/geonetwork
+
+
+