Tomcat – error ocuuring ::: failed to install tomcat 7 service

javatomcatwindows-xp

While I'm trying to install Tomcat(apache-tomcat-7.0.23.exe) on my system (Windows XP SP3), which is in company's network, it is showing me the following error:

failed to install tomcat 7 service Check your setting and permission Ignore and continue anyway

I have jdk 7 installed on my computer and giving its jre path while installing tomcat….
I have tried to change the port number 8080 to another port (9090) also while installing but it didnt work !!!!!!

Could you please tell me what the problem is and a possible solution?

Best Answer

I was able to start Tomcat7 service by following approach

Set environment variable CATALINA_HOME to the tomcat directory if not set.

  • Press Win key then type cmd in search field.
  • Press Ctrl+Shift then click CMD.(This will open command prompt in Admin mode)
  • cd to/your/tomcat/folder
  • fire command service.bat install