Home > Documentation > Configuring and administering > Administering Security > Securing RMI port of Geronimo |
The RMI(Remote Method Invocation) is used to invoke methods or an object in another Java Virtual Machine from a certain port. You can easily secure the default RMI port of the Geronimo server as followed.
<Geronimo_HOME>/var/config
, you can find the file config.xml
. Take Geronimo 3.0 as an example, make modifications listed below.
Elements by default | Elements modified |
---|---|
<gbean name="JMXService"> | <gbean name="JMXService" load="false"> |
<module name="org.apache.geronimo.framework/jmx-security/3.0/car" load="false"> | <module name="org.apache.geronimo.framework/jmx-security/3.0/car"> |
Bookmark this on Delicious Digg this | Privacy Policy - Copyright © 2003-2013, The Apache Software Foundation, Licensed under ASL 2.0. |