Here are what I did
1. Using GardenAdmin, update Web Context field from /wstore to /wstore1
We will replace the owner of web context from GardenWorld to your own client
2. Create web store in your client, and set Web Context field to /wstore
3. Open web.xml in [IDEMPIERE_HOME]\plugins\org.adempiere.webstore_3.1.0.v20160606-0513\WEB-INF
4. Edit the following param-value
<context-param>
<param-name>#W_Store_ID</param-name>
<param-value>1000001</param-value>
</context-param>
<context-param>
<param-name>#AD_Client_ID</param-name>
<param-value>1000001</param-value>
</context-param>
5. restart idempiere apps