Hi I installed Apache Tomcat 7 through windows installer.And just restarted my system and Im getting the Error
Application System Err
This issue appears to be related to the Windows User Access Control (UAC) preventing the Tomcat Service Manager from kicking off. I ran into this issue with Tomcat 6 on Windows Server 2012, even though I installed using "Run as administrator". I was able to eliminate the error popup on startup by following the steps already outlined in this answer. However, the Service Manager icon was not appearing in the Task Tray when I logged in.
Try the following work around to get the Service Manager to start. Unfortunately, I was only able to get it to work for my user account, not for all users who log in. Also, I've only tested this in Windows Server 2012. Please leave a comment if you get it working in another environment (Windows 7, Windows 8, etc.).
foo
in this example).Tomcat7w.exe
(or whatever the appropriate version/filename is for the service manager) in your CATALINA_HOME/bin
directory.//MS//Tomcat7
(replace Tomcat7 with whatever your Tomcat service is named if it's a different name/version).
shell:startup
) and create a new Shortcut:
schtasks /run /TN "foo"
where foo
is the name you gave to the Task when you created it.