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
Answers
Hi kershov,
Just for viewing a Web App with user / password the necessary roles are:
But you also need to make sure that the user has access rights to the folders where the Web App and the corresponding processes are stored.
Best,
Edin
Hello Edin! Thanks for response again!
It's good solution, but there is still Quick Navigation panel, Opened and etc. It's possible to get into web application with interface of public link (like on screenshot) throw login and password?
Hi kershov,
so you want to make your Web App available without the need for logging in via user / password, right?
Therefore you need to create the user anonymous, set some parameters in the RapidMiner Server Web interface and make sure that the user has the necessary access rights to the app and the corresponding processes.
In the edit section of your Web App there is a public link which should might then share.
The steps with all screenshots are described in detail in our docs page https://docs.rapidminer.com/server/administration/user-management/special-users.html
Hope this helps,
Edin
Hello, Edin!
No, I want make my web-app available only through logging.
But is it possible for user (after logging via user/password) to see the interface of web-application like from user anonymous (without Quick Navigation panel and all other stuff)?
Hi,
I think I made it working once using a JavaScript snipped I integrated into the WebApp. I think I made it being called by miss-using a css property, which is not escaped, so that you can use it to introduce any html snippet into your webapp.
I then checked for a parameter being appended on the url but which is ignored by RM Server and switched via JavaSCript to the Full Screen mode of RapidMiner.
Greetings,
Sebastian