For what situation(s) should a user go to this page? For login? After login? When they've been timed out?
I think what you want to do is have a custom login page that automatically redirects you to a default landing page. But that's not configurable, you need to write that logic into your login page. But you can put your custom login page into the Web Application menu.
when i login in ensemble to my instanse i login in http://myapp/csp/sys/UtilHome.csp, and if i send some error in this string, i can't login. Then I want use http://myapp/csp/sys/ for login and default page as UtilHome.csp.
I have a similiar kind of issue. I have a web application on vue.js. Hosted the application on Edit Web Application option. Now I want to have a simple HealthShare Login page to display when the user logs in. Tried almost all the options but nothing works and it lands me to the application directly.
For what situation(s) should a user go to this page? For login? After login? When they've been timed out?
I think what you want to do is have a custom login page that automatically redirects you to a default landing page. But that's not configurable, you need to write that logic into your login page. But you can put your custom login page into the Web Application menu.
when i login in ensemble to my instanse i login in http://myapp/csp/sys/UtilHome.csp, and if i send some error in this string, i can't login.
Then I want use http://myapp/csp/sys/ for login and default page as UtilHome.csp.
I have a similiar kind of issue. I have a web application on vue.js. Hosted the application on Edit Web Application option. Now I want to have a simple HealthShare Login page to display when the user logs in. Tried almost all the options but nothing works and it lands me to the application directly.
I think you want to use the DirectoryIndex directive in Apache to redirect to a default page, or something similar if using IIS, as described here:
https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY...
-Steve