Skip to content

Commit 250af3f

Browse files
authored
Update configure-language-java.md
Notably, the latest versions of Tomcat will have these server.xml. (8.5.58 and 9.0.38 onward). Older versions of Tomcat do not use transforms and may have different behavior as a result. Move this to the intro section
1 parent e92c1c9 commit 250af3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/app-service/configure-language-java.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,6 +1092,8 @@ As you provision an App Service with Tomcat to host your Java workload (a WAR fi
10921092
10931093
Additionally, there are certain transformations that are further applied on top of the server.xml for Tomcat distribution upon start. These are transformations to the Connector, Host, and Valve settings.
10941094
1095+
Please note that the latest versions of Tomcat will have these server.xml. (8.5.58 and 9.0.38 onward). Older versions of Tomcat do not use transforms and may have different behavior as a result.
1096+
10951097
### Connector
10961098
10971099
```
@@ -1143,8 +1145,7 @@ On Linux, it has all of the same customization, plus:
11431145
</xsl:attribute>
11441146
```
11451147
* Connector uses the address of the container instead of 127.0.0.1
1146-
1147-
Notably, the latest versions of Tomcat will have these server.xml. (8.5.58 and 9.0.38 onward). Older versions of Tomcat do not use transforms and may have different behavior as a result.
1148+
11481149
11491150
::: zone-end
11501151

0 commit comments

Comments
 (0)