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 deploy web app/interface in rapidminer server?
lakshmikanthred
Member Posts: 7 Contributor I
How to deploy web app/interface in rapidminer server. If it deploys how to recognize deployed path? Please guide
Tagged:
0
Answers
hello @lakshmikanthred - there are many tutorials online that can help you with this. Have you looked at RapidMiner's YouTube channel? There are good resources there such as this one: https://www.youtube.com/watch?v=AVrALhqZ3z8 and of course the online documentation found on our website: https://docs.rapidminer.com/server/how-to/
Scott
Thanks Scott for your response.
I have already seen that video and i have created web app same. I am able to preview the application what i have done. But my question is how to use that web app in java applications. Do we generate any jar or war file or any rapidminer api is available in java?
hello @lakshmikanthred - hmm are you sure you want to create an app and not a webservice? RM Server "apps" are front-end interfaces; RM Server webservices are just that - you can call them as APIs from wherever. This is for Qlik but it's the same idea anywhere: https://docs.rapidminer.com/server/advanced-topics/qlikview-integration/expose-process.html
Scott