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 2018/07/03 15:53:39 UTC

svn commit: r1834996 - /tomcat/trunk/bin/makebase.bat

Author: markt
Date: Tue Jul  3 15:53:39 2018
New Revision: 1834996

URL: http://svn.apache.org/viewvc?rev=1834996&view=rev
Log:
Use windows file separator

Modified:
    tomcat/trunk/bin/makebase.bat

Modified: tomcat/trunk/bin/makebase.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/makebase.bat?rev=1834996&r1=1834995&r2=1834996&view=diff
==============================================================================
--- tomcat/trunk/bin/makebase.bat (original)
+++ tomcat/trunk/bin/makebase.bat Tue Jul  3 15:53:39 2018
@@ -63,7 +63,7 @@ robocopy %HOME_DIR%\bin %BASE_TGT%\bin s
 
 echo Created CATALINA_BASE directory at %BASE_TGT%
 
-echo Attention: The ports in conf/server.xml might be bound by a
+echo Attention: The ports in conf\server.xml might be bound by a
 echo            different instance. Please review your config files
 echo            and update them where necessary.
 



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