Hello, We want to develop JSF1.2 based application in servlet 2.4 container. Is it possible? I know that JSF1.2 mandates JSP2.1 container. However we are using facelets and hence there is no dependency to JSP2.1 container. Has anyone deployed JSF1.2 application in servlet2.4 based conatiner (e.g: WLS 9.2 or Tomcat 5.5.2)? I would appreciate if someone can provide articles / links to articles which clarify this point explicitly.
Note: I looked into JSF1.2 specs and it is not clear.
Thanks
Ryan Lubke
Ranch Hand
Joined: Jun 20, 2007
Posts: 36
posted
Yes. If you use the JSF-RI 1.2 [1] you can run JSF 1.2+Facelets in a Servlet 2.4 container.