michael-o commented on a change in pull request #382: URL: https://github.com/apache/tomcat/pull/382#discussion_r532523379
########## File path: webapps/docs/config/http.xml ########## @@ -212,7 +212,11 @@ <p>Where supported, the path to a unix domain socket that this <strong>Connector</strong> will create and await incoming connections. The socket is created with world read and write permissions. To protect - the socket create the socket in a suitably protected directory.</p> + the socket create the socket in a suitably protected directory. Tomcat + will automatically remove the socket on server shutdown. If the socket + already exists, care must be taken by the administrator to remove the + socket after verifying that the socket isn't already being used by an + existing tomcat process.</p> Review comment: tomcat => Tomcat ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org