User login

How to laod all my POCs together in the ESB?

Forums :

 

Hi,

As part of the product evaluation, we have implemented multiple Proof Of Concepts using the WSO2 ESB. We have followed the same way as that of the samples from WSO2 for loading the POCs. I.e., at a time only one POC configuration will be loaded into the ESB by passing the "-sample" argument while starting the ESB. How can I load all the POC configurations together into the ESB in order to demo them without restarting the ESB each time? Please help..

Thanks,

Shency

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Hi Shency,You can not load

Hi Shency,

You can not load more than one configurations when you are starting the ESB, but if you have the configurations on hand you can follow the following steps to achieve this at runtime;

  • copy that configuration xml content
  • go to the Configuration tab of the WSO2-ESB admin console
  • clear the current configuration which is shown on the text area
  • paste the new configuration you want to activate (the one you have copied before in the first step)
  • click on the "Update" button

Now you are running the new configuration that you have just pasted. Apart from this I couldn't imagine a method of loading more than one configs, but you could always be able to merge the demo configurations in to one whole configuration.

Thanks,

Ruwan Linton

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.