On 28/09/2018 17:59, Alex Sviridov wrote:
Do I understand you right - you suggest to take these jars from /lib
and deploy
them on the same layer (where is .war module) as independent modules.
And when we create this layer we create one class loader for all modules?
If there were sharing of the m
Do I understand you right - you suggest to take these jars from /lib and deploy
them on the same layer (where is .war module) as independent modules.
And when we create this layer we create one class loader for all modules?
Best regards, Alex
>Пятница, 28 сентября 2018, 19:45 +03:00 от Alan Bat
On 28/09/2018 17:06, Alex Sviridov wrote:
If we place .war file on JPMS layer and this .war file has .jars in WEB-INF/lib
what we should
do with these jars? Should we deploy them at the the same JPMS layer with .war
module?
I mean :
JPMS layer:
- war module
- jarmodule1_from_war
- jarmodule2_fr
If we place .war file on JPMS layer and this .war file has .jars in WEB-INF/lib
what we should
do with these jars? Should we deploy them at the the same JPMS layer with .war
module?
I mean :
JPMS layer:
- war module
- jarmodule1_from_war
- jarmodule2_from_war
...
- jarmoduleN_from_war?
Or should