• 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: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,I would like to use Tomcat on Windows NT.Can anyone help me as to where can i exactly find the download version for it and if possible the basic configuration steps for jsps and servlets on tomcat.
Thanking You,
P....
 
Desperado
Posts: 3226
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suggest the Release Build in http://jakarta.apache.org/site/binindex.html for Tomcat 3.2.2.
 
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
If you like, I can email you a document I wrote for myself when I was learning about installing/configuring/using Tomcat on Win NT.

Let me know, my email's in the profile.
 
Tony Alicea
Desperado
Posts: 3226
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Addenda:
You'll need to have handy your "JAVA-HOME" environment variable which is... (I'll assume that you are using MS-Windows instead of a Mac or Unix system) the path (DIR) in which your JDK is installed (D:\jdk1.3.1 in my case).
Then you need to set the other environment variable "TOMCAT-HOME" to the DIR (path) in which your Tomcat got installed. In may case, d:\jakarta-tomcat-3.2.2.
 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello,
I have installed Tomcat under NT and configured that with IIS ..
If u want that docs pls mail me i will send u the docs...
Ganesh
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are some good instructions from the Jakarta FAQ on installing Tomcat on a Windows NT platform:
http://jakarta.apache.org:8080/jyve-faq/Turbine/screen/MainMenu/action/SetAll/screen/DisplayQuestionAnswer/topic_id/102/question_id/693/
One thing worth mentioning is that its link to Apache is broken. If you need to download Apache for Windows, go to:
http://httpd.apache.org/dist/httpd/binaries/win32/
Then for Apache setup, try: http://httpd.apache.org/docs/windows.html
Good luck!
--Brett.
 
reply
    Bookmark Topic Watch Topic
  • New Topic