You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2011/07/01 16:52:24 UTC

svn commit: r1141955 - /tomcat/trunk/res/tomcat.nsi

Author: markt
Date: Fri Jul  1 14:52:24 2011
New Revision: 1141955

URL: http://svn.apache.org/viewvc?rev=1141955&view=rev
Log:
Consistent reporting for the connectors

Modified:
    tomcat/trunk/res/tomcat.nsi

Modified: tomcat/trunk/res/tomcat.nsi
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=1141955&r1=1141954&r2=1141955&view=diff
==============================================================================
--- tomcat/trunk/res/tomcat.nsi (original)
+++ tomcat/trunk/res/tomcat.nsi Fri Jul  1 14:52:24 2011
@@ -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.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org