• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Installing Tomcat

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've decided to start playing around with Tomcat & am having trouble installing it. I've downloaded it & SDK and do not understand this line:

* Set an environment variable JAVA_HOME to the pathname of the directory
into which you installed the SDK release.

How do I set this up? I don't understand this at all.
 
Ranch Hand
Posts: 3061
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This depends on which operating system you are using. So if you can tell us that much someone here should be able to help you.

Layne
 
AJ Brown
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just going to run it on my own machine to practice...Windows 2000 Professional

Thanks!
 
Layne Lund
Ranch Hand
Posts: 3061
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Below are the instructions from the Java Ranch FAQ for setting the CLASSPATH variable. The process here is exactly the same. Just replace "CLASSPATH" with "JAVA_HOME" in these instructions. The value of the JAVA_HOME variable is the path to your JDK installation.

Instructions on Setting the CLASSPATH on different Operating Systems
For Windows XP/2000/NT

* Open the System Properties window (by right-clicking on My Computer and selecting Properties, or through the Control Panel - Start -> Control Panel -> System).
* On the Advanced tab, click the Environment Variables button.
* On the Environment Variables windows, if a CLASSPATH variable is already defined, then select it and click Edit. If one is not defined, then click the New button.
* On the User Variable window, the variable name should be CLASSPATH. Set the value as appropriate. See the description of the value at the top of this page.



[ January 13, 2005: Message edited by: Layne Lund ]
[ January 13, 2005: Message edited by: Layne Lund ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic