"Two or more RapidMiner Server Installations on the same machine. How to?"

addieluaddielu Member Posts: 1 Contributor I
edited June 2019 in Help
Hi, I am trying to install and start/run at least two rapidminer server installations on the same machine. The setup wizards run fine. Starting the servers at the command line looks fine.

I have different url´s for both:

http://10.10.100.22:8085/RA/faces/login.xhtml

http://10.10.100.22:8080/RA/faces/login.xhtml

Note: They work fine when not started/running together.

They just don´t seem to want to run at the same time. I am guessing this has to be with some configuration of other kind ports for other services ? some other stuff?

Can someone give me suggestion/instructions on what to do or what is going on? A list of port mappings and where to change them for each server instance?

Thank you

Addiel de Alba

Answers

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,993 RM Engineering
    Hi,

    have a look at the SERVER/standalone/configuration/standalone.xml file. This file contains most configuration options for RapidMiner Server. If you search for "port", you will find the "socket-binding-group>" element at the bottom of said file. There you can edit all the ports which the server listens to. If both RapidMiner Server instances point to a different database and use different ports, you should be able to run both of them simultaneously.

    Regards,
    Marco
Sign In or Register to comment.