-1

copied pre-installed tomcat 5.5 version and want to add properties like initial memory pool , debugging option and more but i could not able to open tomcat5w application file from the installed folder. it is throwing error. I have added privileges in tomcat5w properties file also. But still facing same error. Please find the attached screenshot for reference.enter image description here.

the specified service does not exist as an installed service. Unable to open the servuce 'tomcat5'

Please let me know how to resolve it. Thank you.

"

Apostolos
  • 10,033
  • 5
  • 24
  • 39
RKCY
  • 4,095
  • 14
  • 61
  • 97

1 Answers1

0

you have to register it as a windows service, since you just copied a pre-installed folder

please see here

Apostolos
  • 10,033
  • 5
  • 24
  • 39
  • Is this process is same procedures for tomcat 5.5 also ? – RKCY Jul 08 '16 at 20:03
  • changed link to reflect 5.5 version :) – Apostolos Jul 08 '16 at 20:05
  • tried using command - Install the service named 'Tomcat5' C:\> service.bat install 'Tomcat5.5' - But it is not working and said " 'service.bat' is not recognized as an internal or external command, operable program or batch file. ". Please let me know , how to do :( – RKCY Jul 08 '16 at 20:12
  • i think service.bat is inside your tomcat folder. please open a command window as admin and then run it. – Apostolos Jul 08 '16 at 20:15