Do you talk about ServiceMix 3.2 or ServiceMix 4.0 ? If you deal with ServiceMix 3.2, you need : - in the conf directory, change the default port bound (especially in activemq.xml around the <amq:transportConnectors> tag, in servicemix.properties around the rmi.port and activemq.port) - in the xbeans.xml of your SUs, if you define port number (such as SU using servicemix-http component for exemple)
If you deal with ServiceMix 4.0, you need : - in the etc directory, in the org.apache.servicemix.management.cfg, you need to change the port defined in the rmiRegistryPort property - check in your JBI services or OSGi bundles if you don't have any port bound Once you have changed the port definition for each ServiceMix instance, you can start any SMX that you want (each SMX will use a different JVM). Regards -- Jean-Baptiste Onofré [EMAIL PROTECTED] BuildProcess/AutoDeploy Project Leader http://buildprocess.sourceforge.net On Thu 23/10/08 18:04 , Sanjay Jain wrote:: Hi Guys, Could any one please tell me here how to install multiple instances of servicemix on same linux host? I appreciate a lot for the quick reply. Thanks in advance! Sanjay -- View this message in context: http://www.nabble.com/Installing-Multiple-instances-of-servicemix-tp20134120p20134120.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
