[EMAIL PROTECTED] schrieb:
I was having problems with deploying my Myfaces WAR application because
it containted the following jars: jsp-2.0.jar and commons-el.jar. Once I
removed
them from my deployment my application worked perfectly with Tomcat 5.5.
Unfortunately, I have to also deploy on Tomcat 4.x where these jars are
required. I was wondering if their was a way that I could work with both
Tomcat 5.5 and Tomcat 4.x without breaking my deployment.
yes drop those jars in tomcet 4 into the commons/lib folder and leave
them out in your deployment war.