[
https://issues.apache.org/jira/browse/GERONIMO-3123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jencks updated GERONIMO-3123:
-----------------------------------
Fix Version/s: (was: 2.1)
Wish List
didn't get into 2.1 either, but now I am even more certain that the way to do
this is with plugins. An extreme example is the geronimo-boilerplate-minimal
plugin which sets up all the stuff needed for a base server, except the
additional stuff installed from other plugins. However it should certainly be
possible to set up a new var directory and a repo gbean to point into it using
a plugin.
> Create a template/var directory for creating additional instances of geronimo
> -----------------------------------------------------------------------------
>
> Key: GERONIMO-3123
> URL: https://issues.apache.org/jira/browse/GERONIMO-3123
> Project: Geronimo
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Components: buildsystem
> Affects Versions: 2.0-M6
> Environment: All
> Reporter: Anita Kulshreshtha
> Assignee: Anita Kulshreshtha
> Priority: Minor
> Fix For: Wish List
>
> Attachments: asm.patch
>
>
> Related discussions:
> http://www.nabble.com/Naming-the-servers-tf3655401s134.html
> http://www.nabble.com/Re%3A-Help-needed-with-geronimo.sh-p10200885s134.html
> Create a template/var and <defaultName>/var in GHOME. If the server is
> started using java -jar bin\server.jar, the default will be used. It is not
> necessary to use the default server.
> The instances can be named using
> set
> GERONIMO_OPTS=-Dorg.apache.geronimo.server.name=thisIsWhereTheServerInstanceDataIsLocatedIfYourLookingForIt/geronimo01,
> portOffset=0, i.e. it behaves like the default server
> set
> GERONIMO_OPTS=-Dorg.apache.geronimo.server.name=thisIsWhereTheServerInstanceDataIsLocatedIfYourLookingForIt/geronimo02,
> portOffset=10,
> ...........................................................................................
> copy 'var' to
> GHOME/thisIsWhereTheServerInstanceDataIsLocatedIfYourLookingForIt/geronimo01
> and use bin\startup.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.