Skip to content

Commit ccb3c79

Browse files
Merge pull request #271068 from Venkateshdodda-MSFT/patch-74
(AzureCXP) fixes MicrosoftDocs/azure-docs#121274
2 parents e7a166d + be78d84 commit ccb3c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ This example transform adds a new connector node to `server.xml`. Note the *Iden
717717
<!-- This is the new connector -->
718718
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
719719
maxThreads="150" scheme="https" secure="true"
720-
keystroreFile="${{user.home}}/.keystore" keystorePass="changeit"
720+
keystoreFile="${{user.home}}/.keystore" keystorePass="changeit"
721721
clientAuth="false" sslProtocol="TLS" />
722722
</xsl:template>
723723
@@ -981,7 +981,7 @@ An example xsl file is provided below. The example xsl file adds a new connector
981981
<!-- This is the new connector -->
982982
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
983983
maxThreads="150" scheme="https" secure="true"
984-
keystroreFile="${{user.home}}/.keystore" keystorePass="changeit"
984+
keystoreFile="${{user.home}}/.keystore" keystorePass="changeit"
985985
clientAuth="false" sslProtocol="TLS" />
986986
</xsl:template>
987987

0 commit comments

Comments
 (0)