You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Prasad Kashyap (JIRA)" <ji...@apache.org> on 2007/07/25 18:31:31 UTC

[jira] Updated: (GERONIMO-1842) Dynamically load jars from the WEB-INF/lib directory

     [ https://issues.apache.org/jira/browse/GERONIMO-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prasad Kashyap updated GERONIMO-1842:
-------------------------------------

    Fix Version/s:     (was: 2.0-M5)
                   2.0

Following Dain's fix, see if the other half of the solution can be implemented too.

> Dynamically load jars from the WEB-INF/lib directory
> ----------------------------------------------------
>
>                 Key: GERONIMO-1842
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-1842
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: core
>            Reporter: Prasad Kashyap
>             Fix For: 1.x, 2.0
>
>
> Currently the server has a hardcoded list of what it expects in the WEB-INF/lib dir. This means that additions/deletion of jars in that directory will not be picked up without actually redeploying that app. This seems like a major irritant.
> The best thing of course would be to dynamically pick up or drop jars from the lib directory as they are added/deleted. 
> But we can, for now, settle for loading/unloading them at an app restart. This should be the bare minimum requirement.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.