Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titlePre-build plugin for Geronimo 1.1

Pre-built plugins are available at htt://servicemix.org/geronimo/.
You first need to add this repository to the /var/config/config.xml Geronimo configuration file:

Code Block
langxml

<gbean name="DownloadedPluginRepos">
<attribute name="repositoryList">http://people.apache.org/~ammulder/plugin-repository-list-1.1.txt</attribute>
<attribute name="userRepositories">[http://servicemix.org/geronimo/]</attribute>
<attribute name="downloadRepositories">[http://www.geronimoplugins.com/repository/geronimo-1.1/]</attribute>
</gbean>

and restart Geronimo.
Then from the console Plugin porlet, select this repository and install the two plugins.

Steps for Installing ServiceMix on Geronimo 1.1

...