• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

which version of tomacat supports servlet2.4 and jsp 2.0

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello , i am Mohandodderi i am planning to take up scwcd1.4 exam ,so i want to know which version of tomcat/jboss webservers i can use to work on servlet2.4,jsp2.0 and jstl 1.0 .

thanks and regards
Mohandodderi
 
Ranch Hand
Posts: 152
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI Mohan

Tomcat 5.0 supports these versions

Catch You Later
Shiva
 
mohan dodderi
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank u very much shiva can u tell me the JBoss version.

thanks and regards
Mohandodderi
 
shiva viswanathan
Ranch Hand
Posts: 152
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry , i dont know about jboss

why do you want to use jboss anyway , tomcat is more than sufficient
for all your SCWCD needs
 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by mohan dodderi:
thank u very much shiva can u tell me the JBoss version.

thanks and regards
Mohandodderi


use JBoss version 4.0
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
But the SCWCD FAQ states use Tomcat 4.0.* .Please see the link below
http://www.javaranch.com/scwcdfaq.jsp#q14 :roll:

Can anyone tell which version of Tomcat to use?? I just installed Tomcat 4.1 today
[ July 26, 2005: Message edited by: Vin Ram ]
 
Ranch Hand
Posts: 215
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vin,

My guess is that faq is old. The exam covers jsp 2.0 and servlet 2.4 for which you need Tomcat 5.x

see Jakarta Apache - Tomcat for details of the specification level supported by each version of Tomcat

HTH Matt
 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It depends your J2SE version. If J2SE version is 1.4.x, you can install TomCat 5.0.x. If J2SE version is 1.5.x, you need to install TomCat 5.5.x.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic