AW: TO ACCESS THE MULTI-TENANT INSTANCES USING SUB-DOMAINS

2023-04-22 Thread Ingo Wolfmayr
Hi Sumesh, that is quite easy. You have to create an entry in table TENANT_DOMAIN_NAME. This can be done 1.) while creating the tenant: gradlew createTenant -PtenantId=mytenant -PtenantName="My Name" -PdomainName=com.example 2.) by adding the entry manually into the database (you still need

How can I know the session object value inside .groovy file

2023-04-22 Thread Mahi maheshwari
Hello Community, how can I know the session object values in .groovy I want to know where the session object values are set and which file and module. please share the path of that file. I've included the piece of code for reference below. println "hey context==="+context.detailScreen println

TO ACCESS THE MULTI-TENANT INSTANCES USING SUB-DOMAINS

2023-04-22 Thread Sumesh R Acharya
Hello community, I gone through the document where instruction are given to configure and use the nginx as the reverse proxy for the ofbiz single tenant. LINK :- https://gist.github.com/bagasme/1de1908c86303c83b7bd51d50a12e041 But i want to know like what configuration i have to make in the