tags:

views:

28

answers:

0

I have deployed an optional package as a jar file in Weblogic 9.2 (servlet 2.4, jsp 2.0). In my war file, I specify the jar as an optional package in the MANIFEST.MF. I am able to use a filter and servlet class from the jar file, but I'm not able to find a taglib from my jsp. I'm getting the No tag library could be found with this URI. error when I go to the jsp page.

When I include the jar file in the war's web-inf\lib folder, then everything works. This is a custom tag lib. Am I doing something wrong, or do taglibs just not work in optional packages?