From 551c6f5d2847dc746dda3df18fac09643dbd3b94 Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 1 Jul 2011 14:52:24 +0000 Subject: [PATCH] Consistent reporting for the connectors git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1141955 13f79535-47bb-0310-9956-ffa450edef68 --- res/tomcat.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/res/tomcat.nsi b/res/tomcat.nsi index 7a3e039c8..915715129 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -824,6 +824,7 @@ Function configure ${EndIf} DetailPrint 'HTTP/1.1 Connector configured on port "$TomcatPortHttp"' + DetailPrint 'AJP/1.3 Connector configured on port "$TomcatPortAjp"' ; Extract these fragments to $PLUGINSDIR. That is a temporary directory, ; that is automatically deleted when the installer exits. -- 2.11.0