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 2014/02/12 20:48:37 UTC

svn commit: r1567741 - /tomcat/tc7.0.x/trunk/bin/service.bat

Author: markt
Date: Wed Feb 12 19:48:36 2014
New Revision: 1567741

URL: http://svn.apache.org/r1567741
Log:
Tweak error message to show actual file name

Modified:
    tomcat/tc7.0.x/trunk/bin/service.bat

Modified: tomcat/tc7.0.x/trunk/bin/service.bat
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/bin/service.bat?rev=1567741&r1=1567740&r2=1567741&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/bin/service.bat (original)
+++ tomcat/tc7.0.x/trunk/bin/service.bat Wed Feb 12 19:48:36 2014
@@ -38,7 +38,7 @@ cd ..
 set "CATALINA_HOME=%cd%"
 :gotHome
 if exist "%CATALINA_HOME%\bin\tomcat@VERSION_MAJOR@.exe" goto okHome
-echo The tomcat.exe was not found...
+echo The tomcat@VERSION_MAJOR@.exe was not found...
 echo The CATALINA_HOME environment variable is not defined correctly.
 echo This environment variable is needed to run this program
 goto end



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