The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Rapidminer Server how to create Valid Hostname
njhelloworld
Member Posts: 16 Contributor II
I installed rapidminer server It says successful, I run the standalone.bat and then start the process but when I open the hostname:port that I entered in the installation the browser says this site cant be reached..I am asking for help how can have a valid hostname with rapidminer? I already tried the vhost and hosts option.
Tagged:
0
Answers
Hello, @njhelloworld
This answer doesn't have much to do about RapidMiner. The way the question is written leads me to think you have a very basic understanding on how Internet works. I apologize in advance if you do know these concepts.
Let's suppose you want to write a letter to me. You pick your agenda, and you find that my address is 221B Baker Street Marylebone, London, W1U 3BW United Kingdom. So you put that address on the envelope and send the letter. It arrives, I reply to the return address you put on the back. Now, what happens if that is not my address but actually 10 Downing Street, Westminster, London SW1AA 2AA? Your package will be sent back with a reason "There is no such recipient at the address you sent".
Let's suppose you want to call me instead, to my landline (or mobile) phone. You pick the white pages, and you find that my name is associated to +1 555 1234 5678. That is, associating my name with my phone number. If the number is not valid, you will get an operator saying "This phone is out of order" (or whatever it says in your computer).
Computers connected to Internet have the same thing: every single computer that is connected to an IP network has an IP address (there are two versions, but let's say it's the older one). That IP address identifies your computer in the network, the same way the landline operator associated your phone to a number. However, there is no such thing as an agenda or white pages. Or is it? Yeah, it's called DNS, short for Domain Name System.
There are many ways to solve your problem, depending on some factors:
Hopefully something of all the things I wrote can help you.
BTW, having a DNS server like dnsmasq (on UNIX machines) helps enormously setting up complex architectures like the one I am going to show at RapidMiner Wisdom 2018. Although this is not required in your case (as we are talking about having a server that can resolve domains rather than a client that can query for these), I just wanted to mention it as a random fact and one of the things I'm probably going to skip at my talk.
All the best,
@rfuentealba boatymcboatface?
Hah, that's quite a different story.
How does your server architecture work? Do you mind to draw (on a whiteboard, or an image) how your services are installed? I haven't served a RapidMiner Server, but putting an Apache (that's basically a XAMPP) in front of a Rails application is feasible, so we shouldn't have issues adapting something.
Yep, I can help you.
Funny how human memory works. @Thomas_Ott said on a tweet that he was cracked up by rapidmineymcrapidminerface. That helped me remembering it's not the first time I answer this.
https://community.rapidminer.com/t5/RapidMiner-Server-Forum/Accesing-server-interface-from-company-web-address/m-p/51482
@njhelloworld take a look and see if it helps you!
All the best,