Sorry for not giving enough details on my last post. So, here we go:
I am trying to develop Pluto portlets using MyEclipse. Currently, Pluto provides a tag library jar file that should be deployed on the shared lib directory on Tomcat. At the same time, I am trying to figure out the best way to take advantage of MyEclipse JSP compilation and sync-on-demand deployment.
Previously, I thought I had a problem with the JSP complier if I don’t specify the jar file in the lib directory, but I was wrong. If I add the jar file to the build path, JSP compilation is fine. This seems to be the best way to satisfy my requirement.
Thanks for you input.
Hatim