Author: markt Date: Tue Jul 3 15:33:51 2018 New Revision: 1834990 URL: http://svn.apache.org/viewvc?rev=1834990&view=rev Log: This is Windows, not Linux and friends
Modified: tomcat/trunk/bin/makebase.bat Modified: tomcat/trunk/bin/makebase.bat URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/makebase.bat?rev=1834990&r1=1834989&r2=1834990&view=diff ============================================================================== --- tomcat/trunk/bin/makebase.bat (original) +++ tomcat/trunk/bin/makebase.bat Tue Jul 3 15:33:51 2018 @@ -62,7 +62,7 @@ robocopy %HOME_DIR%\conf %BASE_TGT%\conf rem copy setenv.bat if exists robocopy %HOME_DIR%\bin %BASE_TGT%\bin setenv.bat > nul -echo "Created CATALINA_BASE directory at $BASE_TGT" +echo "Created CATALINA_BASE directory at %BASE_TGT%" echo "Attention: The ports in conf/server.xml might be bound by a " echo " different instance. Please review your config files " --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org