/
Capture Tomcat Error Messages
Capture Tomcat Error Messages
Sometimes an error message appears in Tomcat but the window disappears too quickly to be able to read it. If this happens, you can modify the catalina.bat
file to solve this problem. Open catalina.bat
in a text editor and search for the following command:
set _EXECJAVA=start "%TITLE%" %_RUNJAVA%
remove this line and add the following instead:
set _EXECJAVA=%_RUNJAVA%
, multiple selections available,
Related content
Tomcat Logfiles
Tomcat Logfiles
More like this
Enable Hot Code Replacement for Debugging Plugins Remotely
Enable Hot Code Replacement for Debugging Plugins Remotely
More like this
Debugging with Eclipse
Debugging with Eclipse
More like this
Tomcat Administrative Login
Tomcat Administrative Login
More like this
JAVA_OPTS Parameters
JAVA_OPTS Parameters
More like this
System Utilities
System Utilities
More like this