File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -717,7 +717,7 @@ This example transform adds a new connector node to `server.xml`. Note the *Iden
717
717
<!-- This is the new connector -->
718
718
<Connector port=" 8443 " protocol=" HTTP / 1.1 " SSLEnabled=" true "
719
719
maxThreads=" 150 " scheme=" https" secure=" true "
720
- keystroreFile =" ${{user. home}}/ . keystore" keystorePass=" changeit"
720
+ keystoreFile =" ${{user. home}}/ . keystore" keystorePass=" changeit"
721
721
clientAuth=" false " sslProtocol=" TLS " />
722
722
</xsl:template>
723
723
@@ -981,7 +981,7 @@ An example xsl file is provided below. The example xsl file adds a new connector
981
981
<!-- This is the new connector -->
982
982
<Connector port=" 8443 " protocol=" HTTP / 1.1 " SSLEnabled=" true "
983
983
maxThreads=" 150 " scheme=" https" secure=" true "
984
- keystroreFile =" ${{user. home}}/ . keystore" keystorePass=" changeit"
984
+ keystoreFile =" ${{user. home}}/ . keystore" keystorePass=" changeit"
985
985
clientAuth=" false " sslProtocol=" TLS " />
986
986
</xsl:template>
987
987
You can’t perform that action at this time.
0 commit comments