PDA

View Full Version : Installation of Infrastructure-Server and Participant-server on one Machine


maker
13.10.2009, 12:02
Hi,

I'm currently setting up an instance of Sopera for test purposes.
Is it possible to install the Infrastructure-Server and Participant-server on one Machine?

As fas as I can see, they both contain similar components. Can they be safely installed in the same directory (/opt/SOPera) ?

Or is it sufficiant to additionally install Ressource-Adapters and BPEL support to an existing Infratructure-Server?

Thanks in advance!

zubairov
13.10.2009, 21:56
Hello Mark,

Yes, it's off course possible. I assume we are talking about installing SOPERA on Linux here.

I would recommend you to install just Infrastructure and Business Tomcat so you would have a fully-functional system with the container for your business services available.

One of the ways to do it - using SOPERA interactive installer configure Infrastructure server installation, but do not execute installation - just generate Response file (last question of SOPERA Installer), then edit the response file and enable "tomcat_biz". After that run SOPERA installer using the response file.

Renat

maker
21.10.2009, 12:19
Hi Renat,

thanks for the quick answer!

Now if I got it right, apparently the only difference between Infrastructure and Participant is the special configurations of tomcats (with both having the same sbb library installed).

So, as I take it, I need only to install the Biz-Tomcat for the participant.


Thanks again