aspose file tools
The moose likes JSF and the fly likes JavaServer Faces 1.2 and Tomcat 5.5 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "JavaServer Faces 1.2 and Tomcat 5.5" Watch "JavaServer Faces 1.2 and Tomcat 5.5" New topic
Author

JavaServer Faces 1.2 and Tomcat 5.5

Carlos Melgarejo
Greenhorn

Joined: Jul 13, 2003
Posts: 1
There is any JSF 1.2 jars available that could be used by Tomcat 5.5 ???.

All the information that I could find was that Tomcat only use JSF 1.1. for now.


Thanks in advance for your help.
Sajan Patel
Ranch Hand

Joined: Oct 25, 2004
Posts: 77
Is it not possible for you to add JSF 1.2 jar files in your Project (WAR/EAR file) (e.g. WEB-INF/lib/*)?
meimei li
Greenhorn

Joined: May 19, 2003
Posts: 24
Tomcat 5.5.x uses JSF 1.2 and servlet 2.5 and JSP 2.1. And hence j2EE 1.5 must be used. Is this correct?

I am trying to use Tomcat 5.5.x with j2EE 1.4, servlet 2.4, JSP 2.0. I used JSF 1.1. So far, it worked.


SCJP
Dhananjay Inamdar
Ranch Hand

Joined: Jan 27, 2003
Posts: 130
Hi Carlos,

JSF 1.2 uses JSP 2.1 specification and Tomcat is supporting JSP 2.0 specification in latest 5.5 version.
So you will not be able to run JSF 1.2 application on Tomcat.

If you want you can download GlassFish open source application server from Sun's website, which supports JSP 2.1.


Thanks
Dhananjay


Just like you, struggeling to get the right solutions!<br /> <br />Sun Certified Java Programmer 1.5<br /> <br />Target - SCWCD
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JavaServer Faces 1.2 and Tomcat 5.5
 
Similar Threads
Will Tomcat eventually support JSF 1.2?
Tomcat 5.5.28 JSF exception
Which Eclipse realise to develop JSF?
struts-config parsing error. UnknownHostException
JSF 1.1 & 1.2 dilemma