Skip to content

Commit a67367b

Browse files
committed
Fix Antora errors
1 parent 7ff54fd commit a67367b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
Loading
Loading

src/site/antora/modules/ROOT/pages/faq.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can also specify the full path of the configuration file using a system prop
3737
That property can also be included in a classpath resource file named `log4j2.component.properties`.
3838
3939
Web applications can specify the Log4j configuration file location with a servlet context parameter.
40-
See xref:manual/webapp.adoc#ContextParams[the related page on web applications].
40+
See {logging-services-url}/log4j/jakarta[the Log4j Jakarta project] for details.
4141
4242
Refer to xref:manual/configuration.adoc[the Configuration page] for further details.
4343
@@ -65,7 +65,7 @@ Configurator.reconfigure(configSourceUri);
6565
6666
Normally there is no need to do this manually.
6767
Each `LoggerContext` registers a shutdown hook that takes care of releasing resources when the JVM exits, unless the `log4j.shutdownHookEnabled` system property is set to `false`.
68-
Likewise, xref:manual/webapp.adoc[Web applications] replace the shutdown hook with their own resource management mechanisms.
68+
Likewise, {logging-services-url}/log4j/jakarta[Web applications] replace the shutdown hook with their own resource management mechanisms.
6969
That is, they clean up necessary resources when the web application is stopped.
7070
However, if you need to manually shut down Log4j, you can use one of the `shutdown()` methods of link:../javadoc/log4j-api/org/apache/logging/log4j/LogManager.html#shutdown()[`LogManager`].
7171

0 commit comments

Comments
 (0)