Hi,
I am a beginner on JSF development, how to configure Tomcat 6 to run
JSF on it. That's mean I need to download the Tomcat 6 and some ??? jar
files (from somewhere) for setup JSF page.
Looking for someone help, thanks a lot
Arne Vajhøj - 08 Dec 2006 03:30 GMT
> I am a beginner on JSF development, how to configure Tomcat 6 to run
> JSF on it. That's mean I need to download the Tomcat 6 and some ??? jar
> files (from somewhere) for setup JSF page.
> Looking for someone help, thanks a lot
If JSF is not included with Tomcat 6 (I don't know) then
you need a JSF implementation.
http://myfaces.apache.org/ was a possibility.
Arne