how to change rapidminer port 8080 to something else

yongie
yongie New Altair Community Member
edited November 5 in Community Q&A
Hi there,

Recently I have been playing with Rapidminer and Cloudera Hadoop, but the port number of Rapidminer is the same as the REST port of HBase which is 8080, how can I change the port number for Rapidminer?

Thanks
Tagged:

Answers

  • Marco_Boeck
    Marco_Boeck New Altair Community Member
    Hi,

    you can either change the port during installation, or you can change it manually later:

    1. Stop RapidMiner Server
    2. Navigate to your SERVER/standalone/configuration folder
    3. Edit the standalone.xml and search for "8080" and replace it with the port you want
    4. Start the Server again

    Regards,
    Marco
  • yongie
    yongie New Altair Community Member
    Thanks! It works!
    Marco Boeck wrote:

    Hi,

    you can either change the port during installation, or you can change it manually later:

    1. Stop RapidMiner Server
    2. Navigate to your SERVER/standalone/configuration folder
    3. Edit the standalone.xml and search for "8080" and replace it with the port you want
    4. Start the Server again

    Regards,
    Marco