Am 2018-07-01 um 21:51 schrieb isa...@apache.org:
Author: isapir Date: Sun Jul 1 19:51:28 2018 New Revision: 1834801 Modified: tomcat/trunk/bin/makebase.sh URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/makebase.sh?rev=1834801&r1=1834800&r2=1834801&view=diff ============================================================================== --- tomcat/trunk/bin/makebase.sh (original) +++ tomcat/trunk/bin/makebase.sh Sun Jul 1 19:51:28 2018
-echo created CATALINA_BASE directory at $BASE_TGT +echo "Created CATALINA_BASE directory at $BASE_TGT" + +echo "Attention: The ports in server.xml might be bound by a " +echo " different instance. Each instance must bind " +echo " to a unique host:port combination."
I am not sure whether "host:port" is enough. Please have look at the default server.xml. It binds at least three ports: shutdown, http, and ajp. Maybe leave the second sentence our and say: "Please revise your configuration.".
Michael --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org