Right now, I use the all in one jar, that also contains the javax.* namespace, and I have no problem (tomcat 5.5).
Are you sure about this need to separate those classes ?
I do not know for tomcat 5.5, but with tomcat 5.0.x I had serious problems when I deployed more than one webapps in different contexts and every app had it's own javax.faces.* classes. Putting the myfaces-api.jar to /common/lib solved this problem and is also the right place as far as I understand the Tomcat structure.
Manfred
Thanks,
Sylvain.
On Tue, 2005-03-15 at 09:58 +0100, Manfred Geiler wrote:
But keep in mind that the JSR-127 API always must be
separated because of the javax.* namespace that is handled specially by
container classloaders. For Tomcat JSR-127 API should be in /common/lib
for instance.
