Accessing the web interface from an application backend

Hello,

For our project we need to access the information of the timelines uploaded to the controller. We have been mostly successful by sending the controller HTTP and WebSocket requests just like the implementation of the Query interface. The only issue is that the web interface doesn't seem to be started automatically. We have to open the Mosaic Designer, log in, and click Web Interface. Before this, if try to open the web interface, it shows "404 not found", and the application is not able to connect to the WebSocket. Is there a way to emulate what Mosaic Designer is doing in order to start up the web interface?

Related