I’ve created a web project that is J2EE 5 compliant. Using the integrated tomcat server I can deploy and use the jstl just fine.
When exporting the WAR and deploying it to tomcat on a testing server, it always fails.
I realized it was because the jstl.jar was not being exported w/ my WAR.
Is there a way to setup myeclipse to export the jstl in my WAR? I know I could just take that jar and put it into the external tomcats lib folder, but I’d rather do this on a web project basis.
Thanks,
-JP