« Return to Thread: Multiple Mule Instances

RE: Multiple Mule Instances

by mtvwang :: Rate this Message:

Reply to Author | View in Thread

Could you give some details of your solution? Or could you give some URLs I can learn from ?
I also have the problem to manage multiple instances .

Wayne Wundram-2 wrote:
Dear Mayilraj,

I run multiple instances on a Linux box, but haven't tried with a daemon
service. I have scripts to start each one, and each script has to export a
different $MULE_BASE and you need to specify a different port for each
instance in the config file:

        <!-- Run Mule Server on port 60506 as we run multiple Mule Servers
-->
        <client:remote-dispatcher-agent>
                <client:remote-endpoint address="tcp://localhost:60506"
synchronous="true" />
        </client:remote-dispatcher-agent>

Rehards,
Wayne Wundram
www.mc2s.co.za

-----Original Message-----
From: Mayilraj Krishnan [mailto:mule.user.relay@mulesource.com]
Sent: 23 June 2009 02:33 AM
To: user@mule.codehaus.org
Subject: [mule-user] Multiple Mule Instances

Hello Experts,
I have a requirement to run multiple mule instances in a single (linux)
machine.
Each instance could run the different config files.
I thought will use daemon service as installation guide suggested. I get the
following error when I start the second mule config.
The error message is "Starting Mule. Mule is already running".
What are the mistakes that I could be doing in this scenario? I tried to run
foreground, got the same error.

Thanks
Mayilraj

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

 « Return to Thread: Multiple Mule Instances