The ATG Dynamo Application Server now contains support
for JMX. ATG
Dynamo Application Server has implemented JMX 1.2 and
JMX Remote 1.0. I've use MC4J to connect and manage
MBean on the server. I've posted detailed instructions
below. It would however be nice to add a server
connection type for DAS to the connection wizard. This
would simplify the set for users.
Here's all you need to do...
1) Start the connection wizard
2) Select JSR160 as your connection type
3) Give the connection a name(ie dynamo)
3) Enter the following initial context factory:
com.sun.jndi.rmi.registry.RegistryContextFactory
4) Enter the following service url
service:jmx:rmi:///jndi/rmi://arickard.na.ad.atg.com:8860/atg/management/remote/JMXConnectorServer
5) click the next button and finally the finished button
Make sure that you've started the DAF.Management module
on the Dynamo Application Server so that the
JMXConnectorServer and MBean
are started.