0 Replies Latest reply on Apr 7, 2003 7:37 AM by rcasha

    Taglib WAR files never reloaded?

    rcasha

      I have a webapp which includes a taglib war file in the /WEB-INF/lib directory. The TLD for this WAR file is referenced in the web.xml file.

      For some reason, once the taglib has been used from the jsp pages, it seems to remain "cached", so that redeploying the entire webapp with a modified taglib still accesses the old version. Quitting JBoss seems the only way to force the new taglib to be loaded. I'm using JBoss 3.0.6 (w/Jetty).

      Any idea how to force Jetty to reload anything from the webapp's lib directory when the webapp is undeployed/redeployed?