Changing cookieID from JESSIONID
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
0 -
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