[wildfly-dev] Are standalone/lib and standalone/lib/ext folders (still) relevant?
Stuart Douglas
stuart.w.douglas at gmail.com
Tue Jul 9 04:38:34 EDT 2013
standalone/lib/ext is where extension jars are loaded from.
Basically if a deployment contains an Extension-List entry in MANIFEST.MF
then this is one of the places that is searched
(see org.jboss.as.server.moduleservice.ExtensionIndexService for details).
The whole extension-index thing is pretty yuck, and we would always
recommend you use static modules instead, but this is a standard thing and
we are required by the EE platform spec to support it.
On Tue, Jul 9, 2013 at 4:44 PM, Jaikiran Pai <jpai at redhat.com> wrote:
> I don't recollect how the standalone/lib and standalone/lib/ext folders
> were being used or if they were used at all. Are those folders still
> relevant or is it OK to remove them from the binary?
>
> -Jaikiran
> _______________________________________________
> wildfly-dev mailing list
> wildfly-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/wildfly-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/wildfly-dev/attachments/20130709/2dddd010/attachment.html
More information about the wildfly-dev
mailing list