• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Which files to download?

 
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I intend to download Tomcat 4.0.1 tonight, but looking at the options on the download page at Jakarta, I'm not sure which files I need to use. I am using Windows 2000 and I want to use Tomcat to learn JSP and servlets. Coould someone tell me if I need the .exe, .src, .zip, or what?
TIA,
Howard
 
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 *.exe version is a Windows Installer. It is by far the easiest. It also gives you the opportunity to install Tomcat as a service, so that Tomcat will start automatically with your computer. This can be enabled/disabled later through the Services control panel.

The *.zip is slightly more manual. You unzip the archive and set up all the CLASSPATH and CATALINA_HOME and JAVA_HOME settings yourself.

The *.src would be the actual source code of Tomcat. People who would use this would be those that want to "see how it all works", or those that need a particular distribution. ie: "I need Tomcat to run on Solaris for Intel". (eek).

The link I'd recommend is the exe one.
 
Howard Ralston
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Mike,
Unfortunately, my wife dragged me out shopping so I didn't download it last night. I will give it a try tonight.
Howard
 
If you're gonna buy things, buy this thing and I get a fat kickback:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic