Written by

Senior Cloud Architect at InterSystems
Question Eduard Lebedyuk · Oct 24, 2016

Is it possible to use non /csp/<namespace> for SMP

I had default csp application: /csp/<namespace>  for a namespace.

Later I created another application: /csp2/<namespace>  and  made it default.

Yet all namespace-specific (Ensemble, DeepSee, SQL, etc.) links in management portal still point to/csp/<namespace>.

Is there any way to make the links in management portal point to /csp2/<namespace>?

Comments

Dmitry Maslennikov · Oct 24, 2016

No. Just because most of code of this portal used static links. To change it you should change lots of classes, and even recompile some csp files.

0