Assuming I have 2 backoffice extension: backoffice1 and backoffice2 in the same hybris instance is it possible to access to each exension as follows without using tenants?
.
http: // localhost: 9001/backoffice1 to see just what is bound to backoffice1 http: // localhost: 9001/backoffice2 to see just what is bound to backoffice2