• 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

'C:\tomcat' is not recognized as an internal or external command

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
this is the display...
I am tryin to run startup.bat from the webapp dir in my case it is equinox

C:\Source\equinox-1.0\equinox>%CATALINA_HOME%\bin\startup.bat

'C:\tomcat' is not recognized as an internal or external command,
operable program or batch file.

I found a part of the answer at
http://mail-archives.apache.org/mod_mbox/tomcat-users/200406.mbox/%3C5.1.0.14.2.20040628215107.030d4eb8@mail.trimm.nl%3E

but this is not helping me
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you have spaces in the name of the directory where you installed Tomcat? What do you get if you type in the following command:

echo %CATALINA_HOME%

If you have spaces in the directory name, try putting double quotes around it:

"%CATALINA_HOME%"\bin\startup.bat
 
flier4441
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks it worked i used the double quotes
 
I am not young enough to know everything. - Oscar Wilde This tiny ad thinks it knows more than Oscar:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic