Sunday, August 11, 2013

Tomcat - Application System Error - Access is Denied

Application: Tomcat
OS: Windows
Error: Unable to open the service 'Tomcat7'

When you install Tomcat on a Windows machine, the following error is seen on rebooting the machine.


Reason: Tomcat7w.exe accesses resources that require administrator privileges.
Solutions: Configure Tomcat7w.exe to run as administrator. To configure Tomcat7w.exe run as administrator
    • Right-click on Tomcat7w.exe
    • Click on Properties
    • Click on Compatibility
    • Under Privilege Level, check the box 'Run this program as an administrator'
    • Click OK
    • Reboot the machine

No comments:

Post a Comment