• 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

help installing Tomcat on Windows NT 4.0

 
Ranch Hand
Posts: 123
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I need explicit, up-to-date instructions on installing and configuring Tomcat 3.1 (or version directly related to the instructions) on Windows NT 4.0, without IIS running. I have not been able to find this on the internet. Why is it so difficult? It seems to me that Jakarta would provide up-to-date instructions?
Thank you,
Thomas Whalen
 
Ranch Hand
Posts: 2676
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You will probably get more assistance with this in the Apache/Tomcat forum. I will move it there for you.
Matthew Phillips
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's on their website.
http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html

Unzip tomcat into a directory.
Add TOMCAT_HOME to your environment variables (doesn't matter between system or user), pointing it to the installation directory

Add JAVA_HOME to your environment variables (also doesn't matter), pointing to your JDK

And you're off to the races.

There are similar documents for Tomcat 3.3.x and the Tomcat 4.x document you would want to read is the RUNNING.txt file.
 
Ranch Hand
Posts: 2379
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can also check this thread....
http://www.javaranch.com/ubb/Forum56/HTML/000036.html

------------------
Muhammad Ashikuzzaman (Fahim)
Sun Certified Programmer for the Java� 2 Platform
--When you learn something, learn it by heart!
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
I am using Apache-Tomcat4.0.
I have NOT Added TOMCAT_HOME/CATALINA_HOME to the environment variables .Why it did not matter?I wonder,How it is working?Pl. tell me.
madhu
[This message has been edited by madhu gun (edited November 26, 2001).]
[This message has been edited by madhu gun (edited November 26, 2001).]
[This message has been edited by madhu gun (edited November 27, 2001).]
 
Ashik Uzzaman
Ranch Hand
Posts: 2379
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi madhu, under which O/S? do u mean despite not setting catalina_home u can access tomcat home page thru... http://localhost:8080/ ?

------------------
Muhammad Ashikuzzaman (Fahim)
Sun Certified Programmer for the Java� 2 Platform
--When you learn something, learn it by heart!
 
Mike Curwen
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The start script tries the . and .. directories before giving up and saying "set CATALINA_HOME before trying to run me!"

Well.. it doesn't actually say that, but you get what I mean.
reply
    Bookmark Topic Watch Topic
  • New Topic