Did I miss something in the documentation about renaming this if one is running multiple windows services of Tomcat?
ex: #Prod port 80 c:\apache-tomcat c:\apache-tomcat\apache-tomcat-7.0.52 service install Tomcat7 (from bin directory here) #Dev port 8080 c:\apache-tomcat-dev c:\apache-tomcat-dev\apache-tomcat-7.0.52 service install Tomcat7dev (from bin directory here) If I run the Tomcat7w.exe from #Dev, all of those settings point to #Prod. Unless I change the name of Tomcat7w.exe in #Dev to Tomcat7devw.exe, then everything is fine. Was that listed in the docs somewhere and I missed it?