Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
borderStylesolid
<module name="geronimo/rmi-naming/1.1/car">
  <gbean name="RMIRegistry">
    <attribute name="port">1199</attribute>
  </gbean>
  <gbean name="NamingProperties">
    <!-- Check whether this really works if host name is 0.0.0.0 -->
    <attribute name="namingProviderUrl">rmi://0.0.0.0:1199</attribute>
  </gbean>
  <gbean name="DownloadedPluginRepos">
    <attribute name="repositoryList">http://people.apache.org/~ammulder/plugin-repository-list-1.1.txt</attribute>
    <attribute name="userRepositories">[]</attribute>
  </gbean>
</module>
<module name="geronimo/j2ee-server/1.1/car">
</module>
<module name="geronimo/j2ee-security/1.1/car">
  <gbean name="JaasLoginServiceRemotingServer">
    <attribute name="host">0.0.0.0</attribute>
    <attribute name="port">4242</attribute>
  </gbean>
  <gbean name="JMXService">
    <attribute name="protocol">rmi</attribute>
    <attribute name="host">0.0.0.0</attribute>
    <attribute name="port">9999</attribute>
    <attribute name="urlPath">/jndi/rmi://0.0.0.0:1199/JMXConnector</attribute>
  </gbean>
</module>

...