Skip to content

Commit e46fcee

Browse files
authored
fixing validation error
1 parent 2daa79a commit e46fcee

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -675,19 +675,19 @@ Connector uses the address of the container instead of 127.0.0.1.
675675

676676
On Linux, it has all of the same customization, and it adds some error and reporting pages to the valve:
677677

678-
```xml
679-
<xsl:attribute name="appServiceErrorPage">
680-
<xsl:value-of select="'${appService.valves.appServiceErrorPage}'"/>
681-
</xsl:attribute>
678+
```xml
679+
<xsl:attribute name="appServiceErrorPage">
680+
<xsl:value-of select="'${appService.valves.appServiceErrorPage}'"/>
681+
</xsl:attribute>
682682

683-
<xsl:attribute name="showReport">
684-
<xsl:value-of select="'${catalina.valves.showReport}'"/>
685-
</xsl:attribute>
683+
<xsl:attribute name="showReport">
684+
<xsl:value-of select="'${catalina.valves.showReport}'"/>
685+
</xsl:attribute>
686686

687-
<xsl:attribute name="showServerInfo">
688-
<xsl:value-of select="'${catalina.valves.showServerInfo}'"/>
689-
</xsl:attribute>
690-
```
687+
<xsl:attribute name="showServerInfo">
688+
<xsl:value-of select="'${catalina.valves.showServerInfo}'"/>
689+
</xsl:attribute>
690+
```
691691

692692
::: zone-end
693693

0 commit comments

Comments
 (0)