• 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

tomcat startup.bat

 
Greenhorn
Posts: 2
Android Tomcat Server Objective C
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when I start the tomcat and click on startup.bat it could not run and only blink...
what should i do...
i have disable oracle
and remove wamp server..
still i have this type of problem...
I have also set path

CATALINA_HOME: D:\tomcat6
JAVA_HOME:C:\Program Files\Java\jdk1.7.0
JRE_HOME:C:\Program Files\Java\jre7\bin


WHEN I RUN on cmd D:\tomcat6\bin>startup.bat
The CATALINA_HOME environment variable is not defined correctly
This environment variable is needed to run this program


I get this problem.....

PLEASE SOLVE THIS PROBLEM AS QUICKLY AS POSSIBLE


THANK YOU IN ADVANCE FOR SOLVING MY PROBLEM..............
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Open a command prompt window, navigate to the tomcat bin directory and execute startup.bat from the command line.

This should display the value of CATALINA_HOME which is being set by startup.bat plus more error messages.

If a window opens and immediately closes, try changing startup.bat to use "run" instead of start


This will keep all messages in the open command prompt window.

Bill
 
I like tacos! And this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic