ptuomola commented on a change in pull request #807:
URL: https://github.com/apache/fineract/pull/807#discussion_r420328163



##########
File path: docker/server.xml
##########
@@ -108,7 +108,7 @@
     -->
 
     <!-- Define an AJP 1.3 Connector on port 8009 -->
-    <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
+    <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" 
secret="xyz123" />

Review comment:
       Thanks - that makes sense. I only added it to suppress an error message 
from Tomcat 9. But you're right that a better approach would be to disable the 
connector altogether. Will do that next. 
   
   And the magical secret was reuse of the keystore password in the same config 
file :-) 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to