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
Changing cookieID from JESSIONID
JEdward
RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 578 Unicorn
Hi guys,
Where do I change the cookie name on RapidMiner Server from JSESSIONID ?
I'm running two java servers on the same machine and the logins keep overwriting each other & logging out.
Tagged:
0
Best Answer
-
Marco_Boeck Administrator, Moderator, Employee-RapidMiner, Member, University Professor Posts: 1,996 RM Engineering
Hi,
you can modify that in the web.xml by manipulating the .EAR file: http://stackoverflow.com/a/24081685
However you can also wait a short time and use the next release as we have fixed that The cookie name will then be RM_SERVER_JSESSIONID to avoid your scenario.
Regards,
Marco
0
Answers
Hi John,
not sure if you can do that in RapidMiner Server directly.
I would recommend to use subdomains on the server and then you can simply access each server over separate subdomains, even if the point to the same machine and both servers are reachable under both sub domains. But if you don't mix it up client side it should work
Alternatively you can of course also set an Apache in as proxy in front of both servers and have it properly redirecting the traffic.
Greetings,
Sebastian