diff options
| author | Aidan Skinner <aidan@apache.org> | 2009-02-13 14:00:10 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2009-02-13 14:00:10 +0000 |
| commit | 1f7ae0217d53c33eaa5b078e7b4b8aca2a479122 (patch) | |
| tree | 2bf6f8c5fa5d411229181ec7c724e8ebdb994219 /java/management/eclipse-plugin/src/main/resources/macosx | |
| parent | fc9058fc3df68f6c8c0fae455f34f751b584698e (diff) | |
| download | qpid-python-1f7ae0217d53c33eaa5b078e7b4b8aca2a479122.tar.gz | |
QPID-1511 : Adds authentication and ssl encryption capabilities to the RMI based JMXConnectorServer in use, enforces use of the custom MBeanInvocationhandlerImp when using the RMI based JMX, and implements a customised RMI registry to prevent external changes being possible. Updated Management console accordingly.
Patch from Robbert Gemmell <gemmellr@dcs.gla.ac.uk>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@744113 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/eclipse-plugin/src/main/resources/macosx')
| -rw-r--r-- | java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/qpidmc.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/qpidmc.ini b/java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/qpidmc.ini index 231adf2d8b..2a31b9b2c7 100644 --- a/java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/qpidmc.ini +++ b/java/management/eclipse-plugin/src/main/resources/macosx/Contents/MacOS/qpidmc.ini @@ -29,3 +29,14 @@ -Dosgi.requiredJavaVersion=1.5 -Declipse.consoleLog=true -Dorg.eclipse.swt.internal.carbon.smallFonts + +#=============================================== +# SSL trust store configuration options. +#=============================================== + +# Uncomment lines below to specify custom truststore for server SSL +# certificate verification, eg when using self-signed server certs. +# +#-Djavax.net.ssl.trustStore=<path.to.truststore> +#-Djavax.net.ssl.trustStorePassword=<truststore.password> + |
