Is it possible to write a java server faces application in eclipse 3.2.0 ?
I am asking this because eclipse 3.2.0 is not allowing me to add tomcat 6 as a server.
is it that java server faces do not work on tomcat 5.5 ??
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Back in 2007, this thread already reported the problem:
And since one key concern of the Java EE 5 specification has been the alignment of its webtier technologies, namely JavaServer Pages (JSP), JavaServer Faces (JSF), and JavaServer Pages Standard Tag Library (JSTL), you may have a hard time running your JSF page in an 3.2 eclipse.
The outcome of this alignment effort has been the Unified Expression Language (EL), which integrates the expression languages defined by JSP 2.0 and JSF 1.1.
So if you are using EL, you really need to upgrade eclipse to have the right server level.