This content has been marked as final.
Show 1 reply
-
1. Re: Including external/third-party JARs in app on JBoss 7.1.1
wdfink Jun 26, 2013 4:41 AM (in response to mbpolan)I don't think that this will be possible in AS7.
To separate the different applications with the dependencies there are different classloaders for each application, see AS7 classloading.
A way that looks possible is to add this libraries as a modul, create the module.xml and use symbolic links. Also you can have different versions (main, 1.1,1.2 ...) that applications can run with different dependencies in the same server.