From 1bd397ace7687ca30370ac0ce3d202d9e13e085f Mon Sep 17 00:00:00 2001 From: Andrew Pielage Date: Mon, 2 Oct 2023 12:55:56 +0100 Subject: [PATCH] FISH-6519 Add explanative comment Signed-off-by: Andrew Pielage --- .../Classloading/Enhanced Classloading.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/Technical Documentation/Payara Server Documentation/Server Configuration And Management/Classloading/Enhanced Classloading.adoc b/docs/modules/ROOT/pages/Technical Documentation/Payara Server Documentation/Server Configuration And Management/Classloading/Enhanced Classloading.adoc index a8f68c489..cb8747bb5 100644 --- a/docs/modules/ROOT/pages/Technical Documentation/Payara Server Documentation/Server Configuration And Management/Classloading/Enhanced Classloading.adoc +++ b/docs/modules/ROOT/pages/Technical Documentation/Payara Server Documentation/Server Configuration And Management/Classloading/Enhanced Classloading.adoc @@ -91,6 +91,8 @@ You need to indicate within the _payara-web.xml_ (or glassfish-web.xml) file tha By specifying these options, the bundled JSF implementation within your deployment (WAR or EAR) will be used correctly. +IMPORTANT: If using an EAR you must bundle the JSF implementation within the embedded WAR component. You cannot add the JSF implementation as an EAR library. + [[extreme-classloading-isolation]] == Extreme Classloading Isolation