Author: berndf
Date: Sun Sep 23 10:23:09 2007
New Revision: 578584
URL: http://svn.apache.org/viewvc?rev=578584&view=rev
Log:
add to HOW-TO: info about JMX usage
Modified:
james/server/sandbox/spring-integration/spring-deployment/HOW-TO.txt
Modified: james/server/sandbox/spring-integration/spring-deployment/HOW-TO.txt
URL:
http://svn.apache.org/viewvc/james/server/sandbox/spring-integration/spring-deployment/HOW-TO.txt?rev=578584&r1=578583&r2=578584&view=diff
==============================================================================
--- james/server/sandbox/spring-integration/spring-deployment/HOW-TO.txt
(original)
+++ james/server/sandbox/spring-integration/spring-deployment/HOW-TO.txt Sun
Sep 23 10:23:09 2007
@@ -34,6 +34,15 @@
cd spring-integration/spring-deployment
ant run
+4. JMX
+
+Enabling: Uncomment the JMX section in beans-base-config.xml
+Connecting: The default connection URL defined in this file is
+ service:jmx:rmi://localhost/jndi/rmi://localhost:1099/jamesmailserver
+You can use this URL on the command line under Java 1.5 (or newer) like this:
+ jconsole
service:jmx:rmi://localhost/jndi/rmi://localhost:1099/jamesmailserver
+You will find the Processor/Mailet/Matcher tree under "Phoenix" and the other
management beans under "beans".
+
A. Updating configuration files
The configuration files are taken nearly unchanged from James module
'phoenix-depoyment'.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]