• 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 Installation

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am having jdk1.5.0 and jre1.5.0. when i try to install tomcat, after selecting the destination folder it prompts me to enter the path where JVM is installed in your machine.i entered the the path where jre1.5.0 is installed. it shows JVM not found and it aborts itself.what to do?
am i setting the path properly or should i need to set differnt path for JVM.



[BPSouther: Fixed casing in subject line]
[ August 21, 2006: Message edited by: Ben Souther ]
 
Ranch Hand
Posts: 229
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try to point to your JDK, not JRE.
Moreover, check your system variables. JAVA_HOME which points to your JDK root folder and CATALINA_HOME which points to your tomcat root folder, should be there.
 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Right Click My Computer and go to System properties then to Environmetal Variables
In that Set user Variables option Click New

It will ask two empty text box:

User Name:

Variable value:

Variable name:JAVA_HOME

Variable value :\jdk1.4(Whatever drive you installed and whatever folder name you specified).


After installing java only you should install Tomcat be sure with it

the error is related to that only
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"arun",
Welcome to the JavaRanch.

We're a friendly group, but we do require members to have valid display names.

Display names must be two words: your first name, a space, then your last name. Fictitious names are not allowed.

Please edit your profile and correct your display name since accounts with display names get deleted.

It appears your display name was originaly valid and you have changed it. Please change it back or your account will be deleted.

thanks,
Dave
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

It appears your display name was originaly valid and you have changed it.


Well, it was all capital letters, I'm not sure this is valid
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving this to our Tomcat forum...
 
Water proof donuts! Eat them while reading this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic