[jboss-user] [Beginner's Corner] - Re: Including external/third-party JARs in app on JBoss 7.1.1
Wolf-Dieter Fink
do-not-reply at jboss.com
Wed Jun 26 04:41:51 EDT 2013
Wolf-Dieter Fink [https://community.jboss.org/people/wdfink] created the discussion
"Re: Including external/third-party JARs in app on JBoss 7.1.1"
To view the discussion, visit: https://community.jboss.org/message/824952#824952
--------------------------------------------------------------
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 https://docs.jboss.org/author/display/AS72/Class+Loading+in+AS7 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.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/824952#824952]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130626/e5482238/attachment.html
More information about the jboss-user
mailing list