• 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

Problem with Dynamic Web Module 2.5 and Eclipse Helios

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Context:
Tomcat 5.5 /JSF 1.2/ Eclipse Helios Last version

Hello I have to study JSF,
I got eclipse-jee-helios-win32
Is WTP included in eclipse-jee-helios-win3 or is it a different installation ?
Creating a New Dynamic Web Application in the configuration section, I selected the JavaServer Faces Project v1.2 but it's saying to me I have to put Dynamic Web Module 2.5. Mine is 2.4, where may I get the 2.5 one?
In the installed software I find just "Eclipse IDE for Java Developer ", I select it and then click Update, but it says to me that no update were found.
What's the Dynamic web module 2.5 then? Where it comes from?
I use Tomcat 5.5, in production environment at work they use Tomcat 5.5 so that I have to reproduce the same environment
they what me to learn JSF 1.2, isn't it compatible with Tomcat 5.5?
What's the Dynamic web module 2.5 then? Where it comes from? is it it related with Eclipse or Tomcat?
I use Eclipse Helios the last version
Thanks a lot Menen
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Is WTP included in eclipse-jee-helios-win3 or is it a different installation ?


Did you download the Helios package labelled "Eclipse for Java EE Developers"? If so, then it contains WTP.

What's the Dynamic web module 2.5 then?


When you create a new Dynamic Web Module, on the first page of the wizard it asks for the "Dynamic web module version". Select 2.5 (which is the default, you must have changed it...)
 
Menen Zwerky
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've resolved with this way
https://coderanch.com/t/506293/JSF/java/Which-Eclipse-realise-develop-JSF
Thanks Bye Menen
 
reply
    Bookmark Topic Watch Topic
  • New Topic