Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am following this to build a JSF project in Eclipse. I am using Eclipse Galileo.

The problem I am facing is that it is mentioned to use DynamicWebModule version 2.5 to use JSF, but it is showing me upto version 2.4 only. How can I upgrade my DynamicWebModule version?

share|improve this question

1 Answer

up vote 2 down vote accepted

Have you selected a Servlet 2.4 Target Runtime?

The documentation you link to is for Helios. You would be better off using the Galileo documentation. If you are going to target JSF 2.0, you would probably be better off upgrading from Galileo to Helios.

share|improve this answer
@McDowell- I have selected Apache Tomcat 5.5 in target runtime. – user549757 Apr 26 '11 at 9:54
@user549757 Apache Tomcat version 5.5 implements the Servlet 2.4 and JavaServer Pages 2.0 specifications - upgrade to a newer version of Tomcat; 5.5 will not support Servlet 2.5 – McDowell Apr 26 '11 at 9:57
okay, thanks – user549757 Apr 26 '11 at 9:59

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.