• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem starting Tomcat on Win7

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Raghu ram wrote:Hi,

You can start the tomcat server using tomcat.exe. In tomcat old version there is file called start.bat. But in this latest version there is no such file. I think they had modified start.bat into tomcat.exe
Just try it.




i m having windows7 os...
when i run tomcat7.exe from "C:\Program Files\Apache Software Foundation\Apache Tomcat 7.0.14\bin\" i get the following msg;

the system cant find the registry key for the service 'tomcat7'
load configuration failed
the system cant find the file specified
commons daemon procrun failed with exit value : 2
 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can try 'catalina.bat run' to start Tomcat.
reply
    Bookmark Topic Watch Topic
  • New Topic