This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit a14ddfa1f91aafa9d9cb95fc2b74c9a28047a3cb
Author: Benoit TELLIER <btell...@linagora.com>
AuthorDate: Wed Dec 20 17:07:29 2023 +0100

    [FIX] Document JMX auth for Spring
---
 src/site/xdoc/server/config-system.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/site/xdoc/server/config-system.xml 
b/src/site/xdoc/server/config-system.xml
index 68db2898b7..67afc64bc9 100644
--- a/src/site/xdoc/server/config-system.xml
+++ b/src/site/xdoc/server/config-system.xml
@@ -149,8 +149,6 @@
 
                 <b>JMX Security</b>
 
-                <p>Guice only</p>
-
                 <p>In order to set up JMX authentication, we need to put 
<code>jmxremote.password</code> and <code>jmxremote.access</code> file
                     to <code>/conf</code> directory.</p>
 
@@ -168,11 +166,11 @@
                 james-admin readwrite
                 </code></pre>
 
-                <p>When James runs with option 
<code>-Djames.jmx.credential.generation=true</code>, James will automatically
+                <p>(Guice only) When James runs with option 
<code>-Djames.jmx.credential.generation=true</code>, James will automatically
                     generate <code>jmxremote.password</code> if the file does 
not exist.
                     Then the default username is <code>james-admin</code> and 
a random password. This option defaults to true.</p>
 
-
+                <p>(Spring only) Presence of JMX credentials is compulsory to 
start the server.</p>
             </subsection>
 
             <subsection name="sqlResources.xml">


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to