[
https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anita Kulshreshtha updated GERONIMO-3011:
-----------------------------------------
Attachment: assemblies.patch
1. This patch will allow us to run multiple instances of geronimo as follows:
- create GERONIMO_HOME/myserver dir
- copy a pristine 'var' directory to myserver
- set GERONIMO_OPTS=-Dorg.apache.geronimo.server.name=myserver and run
bin\startup or
use java -jar -D..........
2. Similar changes will be added for jetty and unix systems.
3. TODO - We need to provide an addserver(String servername) etc in J2EEDomain
to automate the process
> Adjust port configuration for running multiple instances of geronimo
> --------------------------------------------------------------------
>
> Key: GERONIMO-3011
> URL: https://issues.apache.org/jira/browse/GERONIMO-3011
> Project: Geronimo
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Components: ActiveMQ, naming, OpenEJB
> Affects Versions: 2.0-M5
> Environment: All
> Reporter: Anita Kulshreshtha
> Assigned To: Anita Kulshreshtha
> Priority: Minor
> Fix For: 2.0-M5
>
> Attachments: assemblies.patch
>
>
> Make the following changes to facilitate running multiple instances of
> geronimo on the same machine.
> 1. The port number for these GBeans should be configurable via config.xml:
> - EJBNetworkService
> - ActiveMQ.stomp.default
> 2. Change default RMI Naming port
> 3. Fix :
> Module 5/27 org.apache.geronimo.configs/openejb/2.0-SNAPSHOT/car
> 13:25:08,046 FATAL [remote] Service Start Failed: admin thread 127.0.0.1
> 420
> 0: Service failed to start.: Address already in use: JVM_Bind
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.