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
how to open rapidminer server in browser?
njhelloworld
Member Posts: 16 Contributor II
I'm done installing Rapidminer server it says Successful,I already executed the standalone.bat and the net start in the cmd but when I tried to open my link only folders appears, how to open the rapidminer server using the browser?the attached image is the image that only shows.. T_T PLEASE HELP!!!
Tagged:
0
Answers
Hi @njhelloworld,
use your browser to go to the hostname you are running RapidMiner Server on that you also configured during installation and the port that was specified during installation. When running RapidMiner Server locally the default URL would be http://localhost:8080
Possibly the specified port is already in use, that would be shown in the output from the batch file that shows up in a cmd window.
Best,
Andreas
@atimm T_T I changes the port and the link I changed the port to 81 and my local link is soilanalyzer.njpg so basically the link is soilanalyzer.njpg:81
Hi @njhelloworld,
sound like either your hostname setup is incorrect or you have another application running on port 81. Try to browse to http://localhost:81 one time with RapidMiner Server turned off and then start RapidMiner Server and browse to http://localhost:81 after startup finished again.