From ecf0dbe9a6c6b2100689f9bb59b1a358133f786d Mon Sep 17 00:00:00 2001
From: maximthomas <maxim.thomas@gmail.com>
Date: Mon, 11 Aug 2025 08:52:07 +0000
Subject: [PATCH] documentation update

---
 opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-install.adoc |    2 +-
 opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-upgrade.adoc |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-install.adoc b/opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-install.adoc
index 96f1e46..9d0847c 100644
--- a/opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-install.adoc
+++ b/opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-install.adoc
@@ -997,7 +997,7 @@
 By default, the log level is set to `INFO`, and the gateway logs HTTP request-related messages. To have the gateway log LDAP request-related messages, set the log level to `FINEST` in one of the following ways:
 +
 
-* If the REST to LDAP gateway runs in Apache Tomcat, edit `WEB-INF/classes/logging.properties` to set `org.forgerock.opendj.rest2ldap.level = FINEST`. For details on Tomcat's implementation of the logging API, see link:https://tomcat.apache.org/tomcat-8.0-doc/logging.html#Java_logging_API_%E2%80%94_java.util.logging[Logging in Tomcat, window=\_blank].
+* If the REST to LDAP gateway runs in Apache Tomcat, edit `WEB-INF/classes/logging.properties` to set `org.forgerock.opendj.rest2ldap.level = FINEST`. For details on Tomcat's implementation of the logging API, see link:https://tomcat.apache.org/tomcat-10.1-doc/logging.html#Java_logging_API_%E2%80%94_java.util.logging[Logging in Tomcat, window=\_blank].
 +
 Messages are written to `CATALINA_BASE/logs/rest2ldap.yyyy-MM-dd.log`.
 
diff --git a/opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-upgrade.adoc b/opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-upgrade.adoc
index 59addb2..0443cfb 100644
--- a/opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-upgrade.adoc
+++ b/opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-upgrade.adoc
@@ -121,7 +121,7 @@
 
 [NOTE]
 ======
-When you upgrade to OpenDJ 4.9 from an OpenDJ 3 or earlier, the upgrade procedure leaves the HTTP connection handler disabled.
+When you upgrade to OpenDJ 5.0 from an OpenDJ 3 or earlier, the upgrade procedure leaves the HTTP connection handler disabled.
 The newer configuration supports inheritance and subsresources, but is not compatible with the previous configuration.
 You must rewrite your configuration to the version described in xref:../reference/appendix-rest2ldap.adoc#appendix-rest2ldap["REST to LDAP Configuration"] in the __Reference__, and then reconfigure the server to use the new configuration. For details, see xref:../admin-guide/chap-connection-handlers.adoc#setup-rest2ldap["RESTful Client Access Over HTTP"] in the __Administration Guide__.
 ======
@@ -137,14 +137,14 @@
 ====
 
 [#upgrade-zip-example]
-.Upgrading to OpenDJ 4.9
+.Upgrading to OpenDJ 5.0
 ====
-The following example upgrades an OpenDJ 2.6.3 directory server, backing up the current server directory in case the upgrade process fails. In this example, the server properties are updated to use Java 8, and the Local DB backend is migrated to a JE backend:
+The following example upgrades an OpenDJ 2.6.3 directory server, backing up the current server directory in case the upgrade process fails. In this example, the server properties are updated to use Java 11, and the Local DB backend is migrated to a JE backend:
 
 [source, console, subs="attributes"]
 ----
 $ cd /path/to/
-$ sed -e "s/default.java-home=.*/default.java-home=\/path\/to\/jdk1.8/" \
+$ sed -e "s/default.java-home=.*/default.java-home=\/path\/to\/jdk11/" \
  opendj/config/java.properties \
  > opendj/config/java.properties.new ; \
  mv opendj/config/java.properties.new opendj/config/java.properties
@@ -226,7 +226,7 @@
   Archiving concatenated schema.......................................   100%
 
 >>>> OpenDJ was successfully upgraded from version 2.6.3.12667 to
-4.9.1.build-hash
+5.0.0.build-hash
 
 
 >>>> Performing post upgrade tasks

--
Gitblit v1.10.0