Hi all!
Sorry for my beginner question, I am quite new to jmx technology.
I have installed a phoenix 4.0.3, and deployed a james distribution. I
would like to use the RMI management interface. In the file
conf/kernel.xml, I un-commented some lines, it looks now like this:
<component role="org.apache.avalon.phoenix.interfaces.SystemManager"
class="org.apache.avalon.phoenix.components.manager.MX4JSystemManager"
logger="manager" >
<manager-adaptor-port>8082</manager-adaptor-port>
<enable-rmi-adaptor>true</enable-rmi-adaptor>
<rmi-naming-factory>com.sun.jndi.rmi.registry.RegistryContextFactory</rmi-naming-factory>
<stylesheets-dir>conf/xsl</stylesheets-dir>
</component>
I think it starts the rmi deamon, but I do not know where it registers
itself, since it is not configured. How can I get/set the parameter?
Anyway, have anyone tested with phoenix mc4j gui?
When I try to connect (with port 4555, initial context factory
com.sun.jndi.rmi.registry.RegistryContextFactory ) i get this exception:
javax.naming.CommunicationException. Root exception is
java.rmi.ConnectIOException: non-JRMP server at remote endpoint.
Can I find any documentation on this?
Thanks,
Laszlo Hornyak
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
- Re: jmx+rmi question Laszlo Hornyak
- Re: jmx+rmi question Laszlo Hornyak
- Re: jmx+rmi question Paul Hammant
- Re: jmx+rmi question Laszlo Hornyak