Skip to content

Commit

Permalink
Fixing section references to fix antora warning about duplicate IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Jul 8, 2024
1 parent 78e605a commit 803fe5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ For example, if you have enabled the deployer Jetty module for all Jakarta EE ve
This unspecified deployment may not work as the EE 9 web application may use APIs that have been removed in {ee-current-caps}, causing an error at runtime.
====

[[jetty]]
[[context-xml]]
== Deploying Jetty Context XML Files

A Jetty context XML file is a xref:xml/index.adoc[Jetty XML file] that allows you to customize the deployment of web applications.
Expand Down Expand Up @@ -199,7 +199,7 @@ Note how the `+*.war+` file path is now obtained by resolving the system propert
$ java -jar $JETTY_HOME/start.jar -Dmyapps.dir=/opt/myapps
----

[[jetty]]
[[env-context-xml]]
== Deploying Environment Specific Context XML Files

A xref:xml/index.adoc[Jetty context XML file] file can be applied to _all_ webapps deployed to a particular `environment` by adding a file named `{ee-all}.properties` containing the location of the file.
Expand Down

0 comments on commit 803fe5c

Please sign in to comment.