This week's book giveaway is in the Design and Architecture forum.
We're giving away four copies of Communication Patterns: A Guide for Developers and Architects and have Jacqui Read on-line!
See this thread for details.
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Software for SCWCD

 
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am new to SCWCD. Can someone let me know what all softwares are required to SCWCD and also provide me corresponding links to download them.

Help appreciated.

Thanks.
 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You don't need a great deal.

The J2EE:

http://java.sun.com/j2ee/1.4/download.html

And Tomcat (or another servlet/container of your choice):

http://tomcat.apache.org/download-55.cgi

You may also need to install the JSTL tag libaray:

http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi

If there is anything I've missed off, it will most likely be in the links page at the top of this forum.

HTH - Rufus.
 
vidhya suvarna
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Rufus.
But I have a query.

http://java.sun.com/j2ee/1.4/download.html contains many downloads. I am not sure which is the right one.
Is it one listed against "Get the J2EE 1.4 SDK" or some other. Could you please verify that.

Also regarding Tomcat 5.5.27 which one needs to be downloaded. Is it the Core one under Binary Distributions.

Also it would be helpful if you could let me know any another thing that needs to be set like the classpath.
 
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

Get the J2EE 1.4 SDK


If you already have J2SE installed, you don't need it.

You need to get Tomcat's Core package. If you are using Windows, I recommend you to get the Windows Service Installer. It will set environment variables for you, and you will be able to start/stop the server from the task tray.
 
Time is mother nature's way of keeping everything from happening at once. And this is a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic