Hello
each of the 2 Knime-Servers has it’s own Apache Webserver.
One if for testing and the other is the production server.
There is no Loadbalancing required, because both knime-servers serve
a different purpose.
But the context path knime_cloud would by the same.
https://testing.domain.de/knime_cloud/
https://production.domain.de/knime_cloud/
Currently one Apache Webserver is hosted on testing.domain.de the other on production.domain.de.
Now there is a new Apache-server new.domain.de which should forward both knime-servers.
Because of the same context path : knime_cloud I could either
- Change the context path of one of the knime-servers , so forwarding by the new server new.domain.de would by easy. There’s allready a thread in this forum how to change the context path of a knime server.
- Configure a url-rewrite in the new Apache-server new.domain.de.
In 1) I fear the knime-server does not start up , when configuring like mentioned here:
In 2) I think this would be rather complicated, maybe the rewrite-url does not work properly, but at least the Knime-Server config would not have to be changed.
Which solution would you recommend?
Greetings B.Kochs