Forum Moderators: phranque
I am doing some preliminary work with Java Server Faces and have built a crude test app.
However when I try to access the app through my browser, I get errors, these seem to suggest that the Tomcat server process is unable to locate the JSF jar files that I have downloaded from Sun.
My IDE (Eclipse) builds the code fine (I added the paths for the JSF libs) but of course Tomcat has no idea where to look for these when my servlet attempts to instantiate various objects.
So I assume Tomcat has some kind of config that it uses to look for class libs?
Any help appreciated
Thanks
Hugh
Since you haven't received an answer here, you might want to try posting this question over in the Website Technology [webmasterworld.com] forum.
Jim