Author: markt
Date: Wed Feb 12 15:52:11 2014
New Revision: 1567659
URL: http://svn.apache.org/r1567659
Log:
Tweak error message to show actual file name
Modified:
tomcat/trunk/bin/service.bat
Modified: tomcat/trunk/bin/service.bat
URL:
http://svn.apache.org/viewvc/tomcat/trunk/bin/service.bat?rev=1567659&r1=1567658&r2=1567659&view=diff
==============================================================================
--- tomcat/trunk/bin/service.bat (original)
+++ tomcat/trunk/bin/service.bat Wed Feb 12 15:52:11 2014
@@ -38,7 +38,7 @@ cd ..
set "CATALINA_HOME=%cd%"
:gotHome
if exist "%CATALINA_HOME%\bin\tomcat@[email protected]" goto okHome
-echo The tomcat.exe was not found...
+echo The tomcat@[email protected] 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: [email protected]
For additional commands, e-mail: [email protected]