Pete's Log: Awesome error messages, tomcat service edition

Entry #1701, (Coding, Hacking, & CS stuff)
(posted when I was 32 years old.)

The Windows version of Tomcat comes with a nice little script (service.bat) to install Tomcat as a Windows service. My favorite part of this script was when it gave me this error:

Error dialog with the text "NonAlpha 95"

I didn't find the text "NonAlpha 95" terribly helpful, but it turns out my error was that the service name I was trying to use included an underscore. Removing the underscore got rid of the error.

Service installed.