How to change the value of context root

Hello,

I have installed KNIME server 4.3.2(using auto installation) and I would like to chnage the context root for web portal as shown below
http:// <server address >: / /
Is it possible to change the configuration to set new context root in Knime_Server_4_3_2\workflow_repository\config\knime-server.config?
or
Where should I change the settings?

You have to

  1. delete the webapps/knime directory
  2. rename the webapps/knime.war to your desired new name, e.g. new.war
  3. rename conf/Catalina/localhost/knime.xml to match the war file's new name, e.g. new.xml

Hello Thor,

Thanks for your help.