Hi!
I noticed that when deploying new web projects into the MyEclipse Tomcat (sandbox), MyEclipse always put 3 jars into the WEB-INF/lib folder :
jsf-api.jar
jsf-impl.jar
jstl-1.2.jar
Is there any way I can disable this feature? Because I have an old app that is using an older JSTL version (1.1.2) and this cause problems (JSPs cannot be compiled when the tomcat is running).
Thanks